File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ jobs:
182182 needs :
183183 - test-server
184184 - test-fake-database
185- # runs on an Windows 2019 virtual machine, not an Ubuntu machine
186- runs-on : windows-2019
185+ # runs on a Windows virtual machine, not an Ubuntu virtual machine (latest is used to force failure if dependencies become outdated)
186+ runs-on : windows-latest
187187
188188 strategy :
189189 fail-fast : false
@@ -213,9 +213,9 @@ jobs:
213213 # Building and deploying Framework is done using `msbuild` as opposed to `dotnet build`/`dotnet run`. It is started
214214 # using IIS Express
215215 - name : Setup MSBuild path
216- uses : microsoft/setup-msbuild@v1.0.2
216+ uses : microsoft/setup-msbuild@v2
217217 - name : Setup NuGet
218- uses : NuGet/setup-nuget@v1.0.5
218+ uses : NuGet/setup-nuget@v2
219219 - name : Install OpenActive.Server.NET dependencies
220220 run : nuget restore .\server\
221221 - name : Build .NET Framework Reference Implementation
You can’t perform that action at this time.
0 commit comments