Skip to content

Commit deba747

Browse files
authored
Update ci.yml
1 parent be409a2 commit deba747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
run: |
4545
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
4646
$ProgressPreference = 'SilentlyContinue'
47+
# see https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started
4748
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
48-
#.\setup.exe /accepteula /force /quiet
49+
# .\setup.exe /accepteula /force /quiet
4950
Start-Process setup.exe -UseNewEnvironment -ArgumentList '/accepteula /force /quiet' -Wait
5051
5152
# Create SNK

0 commit comments

Comments
 (0)