Skip to content

Commit

Permalink
remove msbuild param (#46)
Browse files Browse the repository at this point in the history
* remove msbuild param

* add restore

* remvove Setup .NET

* Revert "remvove Setup .NET"

This reverts commit e0c24cc.
  • Loading branch information
gasparnagy authored Nov 20, 2024
1 parent e5fc156 commit dc2f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Add MsBuild to PATH
uses: microsoft/setup-msbuild@v1.3
- name: Build
run: msbuild -restore -target:Rebuild -property:DeployExtension=false -property:Configuration=${{ steps.versions.outputs.product_configuration }} ${{ steps.build_params.outputs.main_build_params }}
run: msbuild -restore -property:DeployExtension=false -property:Configuration=${{ steps.versions.outputs.product_configuration }} ${{ steps.build_params.outputs.main_build_params }}
- name: Unit Tests
run: dotnet test ./Tests/Reqnroll.VisualStudio.Tests/Reqnroll.VisualStudio.Tests.csproj ${{ steps.build_params.outputs.test_params }}
- name: Review modified files
Expand Down

0 comments on commit dc2f71c

Please sign in to comment.