File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
test/ServiceFabric.Mocks.NetCoreTests Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3838 </ItemGroup >
3939
4040 <ItemGroup >
41- <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version =" 7.1.2448 " />
41+ <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version =" 7.1.2493 " />
4242 </ItemGroup >
4343
4444</Project >
Original file line number Diff line number Diff line change 3636 </PropertyGroup >
3737
3838 <ItemGroup >
39- <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version =" 7.1.2448 " />
39+ <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version =" 7.1.2493 " />
4040 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
4141 <PackageReference Include =" MSTest.TestAdapter" Version =" 3.6.1" />
4242 <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.1" />
You can’t perform that action at this time.
0 commit comments