Skip to content

Commit

Permalink
Update deprecated Github Action: microsoft/setup-msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Mar 5, 2024
1 parent 73e5ba7 commit 333d7ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
- name: Setup NuGet
uses: NuGet/[email protected]

Expand All @@ -38,4 +38,5 @@ jobs:
run: nuget restore AutoTx.sln

- name: Build solution
run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release
run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release
# msbuild AutoTx.sln /t:Build /p:Configuration=Release <- from the

0 comments on commit 333d7ff

Please sign in to comment.