Skip to content

Commit 9de5e06

Browse files
committed
use build pipeline from Trdo
1 parent b7f8dfb commit 9de5e06

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ jobs:
2828
with:
2929
dotnet-version: '9.0.x'
3030

31-
- name: Add MSBuild to PATH
32-
uses: microsoft/setup-msbuild@v2
33-
3431
- name: Restore dependencies
35-
run: msbuild "Simple QR Code Maker.sln" /t:Restore /p:Configuration=Release
36-
37-
- name: Build solution
38-
run: msbuild "Simple QR Code Maker.sln" /p:Configuration=Release /p:Platform=x64
32+
run: dotnet restore "Simple QR Code Maker.sln"
33+
34+
- name: Build
35+
run: dotnet build "Simple QR Code Maker.sln" --configuration Release --no-restore /p:PublishReadyToRun=false

0 commit comments

Comments
 (0)