We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e5708 commit 623a35bCopy full SHA for 623a35b
1 file changed
azure-pipelines.yml
@@ -186,7 +186,7 @@ jobs:
186
- task: CmdLine@2
187
displayName: 'Install .NET MAUI Workload $(TOOLKIT_NET_VERSION)'
188
inputs:
189
- script: dotnet workload install maui --skip-sign-check --source https://api.nuget.org/v3/index.json
+ script: dotnet workload install maui
190
191
- pwsh: |
192
Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
0 commit comments