We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217f23c commit 34205f8Copy full SHA for 34205f8
1 file changed
.github/workflows/windows_navigation_tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet restore TransactionMobile.Maui.sln --source ${{ secrets.PUBLICFEEDURL }} --source ${{ secrets.PRIVATEFEED_URL }} --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json
40
41
- name: Build Code
42
- run: dotnet build TransactionMobile.Maui/TransactionMobile.Maui.csproj -f net9.0-windows10.0.19041.0 -c Release --no-restore -r win10-x64
+ run: dotnet build TransactionMobile.Maui/TransactionMobile.Maui.csproj -f net9.0-windows10.0.19041.0 -c Release --no-restore -r win-x64
43
44
- name: Decrypt PFX File
45
run: |
0 commit comments