Skip to content

Commit 7723cf4

Browse files
authored
Update build.yml
1 parent 2c3f2f2 commit 7723cf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444
4545
- name: Setup MSBuild.exe
4646
uses: microsoft/setup-msbuild@v2
47-
48-
- name: Restore the application
49-
run: msbuild $env:Solution_Name/$env:Solution_Name.csproj /t:Restore /p:Configuration=$env:Configuration
50-
env:
51-
Configuration: ${{ matrix.configuration }}
5247
- uses: actions/cache@v4
5348
with:
5449
path: ~/.nuget/packages
5550
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
5651
restore-keys: |
5752
${{ runner.os }}-nuget-
53+
- name: Restore the application
54+
run: msbuild $env:Solution_Name/$env:Solution_Name.csproj /t:Restore /p:Configuration=$env:Configuration
55+
env:
56+
Configuration: ${{ matrix.configuration }}
57+
5858
- name: Decode the pfx
5959
run: |
6060
$pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.BASE64_ENCODED_PFX }}")

0 commit comments

Comments
 (0)