mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-13 02:32:51 +00:00
Remove duplicate build step
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -26,8 +26,6 @@ jobs:
|
||||
run: nuget install NUnit.ConsoleRunner -Version 3.17.0 -DirectDownload -OutputDirectory .
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore /p:version=${{ env.version }}
|
||||
- name: Tests
|
||||
|
||||
Reference in New Issue
Block a user