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 05818be commit 84a7116Copy full SHA for 84a7116
images/win/post-generation/VSConfiguration.ps1
@@ -5,4 +5,10 @@ $devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
5
# The Out-Null cmdlet is required to ensure PowerShell waits until the '/ResetSettings' command fully completes.
6
& "$devEnvPath" /RootSuffix Exp /ResetSettings General.vssettings /Command File.Exit | Out-Null
7
8
-cmd.exe /c "`"$devEnvPath`" /updateconfiguration"
+cmd.exe /c "`"$devEnvPath`" /updateconfiguration"
9
+
10
+#
11
+# https://github.com/actions/runner-images/issues/5301
12
13
+$warmup_vdproj = $(Join-Path $PSScriptRoot 'warmup.vdproj')
14
+& "$devEnvPath" $warmup_vdproj /build Release | Out-Null
0 commit comments