We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be409a2 commit deba747Copy full SHA for deba747
.github/workflows/ci.yml
@@ -44,8 +44,9 @@ jobs:
44
run: |
45
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
46
$ProgressPreference = 'SilentlyContinue'
47
+ # see https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started
48
Invoke-RestMethod -OutFile setup.exe -Method GET -Uri https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.10.1.2448.9590.exe
- #.\setup.exe /accepteula /force /quiet
49
+ # .\setup.exe /accepteula /force /quiet
50
Start-Process setup.exe -UseNewEnvironment -ArgumentList '/accepteula /force /quiet' -Wait
51
52
# Create SNK
0 commit comments