Skip to content

Commit 0aa35e1

Browse files
authored
Update build.yml
1 parent 0f34783 commit 0aa35e1

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,20 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30-
with:
31-
fetch-depth: 0
32-
30+
3331
- name: Install .NET Core
3432
uses: actions/setup-dotnet@v1
3533
with:
3634
dotnet-version: 8.0.x
37-
35+
3836
- name: Setup MSBuild.exe
3937
uses: microsoft/setup-msbuild@v1.0.2
40-
38+
4139
- name: Restore the application
4240
run: msbuild "$env:Solution_Name.sln" /t:Restore /p:Configuration=$env:Configuration
4341
env:
42+
Solution_Name: Musium
4443
Configuration: ${{ matrix.configuration }}
45-
working-directory: './Musium'
4644

4745
- name: Decode the pfx
4846
run: |

0 commit comments

Comments
 (0)