File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }}")
You can’t perform that action at this time.
0 commit comments