We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34783 commit 0aa35e1Copy full SHA for 0aa35e1
1 file changed
.github/workflows/build.yml
@@ -27,22 +27,20 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
30
- with:
31
- fetch-depth: 0
32
-
+
33
- name: Install .NET Core
34
uses: actions/setup-dotnet@v1
35
with:
36
dotnet-version: 8.0.x
37
38
- name: Setup MSBuild.exe
39
uses: microsoft/setup-msbuild@v1.0.2
40
41
- name: Restore the application
42
run: msbuild "$env:Solution_Name.sln" /t:Restore /p:Configuration=$env:Configuration
43
env:
+ Solution_Name: Musium
44
Configuration: ${{ matrix.configuration }}
45
- working-directory: './Musium'
46
47
- name: Decode the pfx
48
run: |
0 commit comments