Skip to content

Commit

Permalink
Update to microsoft/setup-msbuild@2
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Oct 13, 2024
1 parent fdc2e9f commit 743a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/b2s-designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TAG="${VERSION}-${SHA7}-${{ github.run_number }}"
perl -i -pe"s/AssemblyInformationalVersion\(\".*\"\)/AssemblyInformationalVersion\(\"${TAG}\"\)/g" "${ASSEMBLY_INFO}"
echo "tag=${TAG}" >> $GITHUB_OUTPUT
- uses: microsoft/setup-msbuild@v1.1
- uses: microsoft/setup-msbuild@v2
- name: Build
run: |
msbuild B2SVPinMAMEStarter/B2SVPinMAMEStarter.sln /t:Rebuild /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }}
Expand Down

0 comments on commit 743a112

Please sign in to comment.