Skip to content

Commit

Permalink
Temporarily removed "/Command File.Exit" parameter when warming up VS…
Browse files Browse the repository at this point in the history
… Exp instance.
  • Loading branch information
PiotrKarczmarz committed Sep 6, 2024
1 parent f09f2ca commit 37eda05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: microsoft/[email protected]

- name: ⚙️ Prepare Visual Studio
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /RootSuffix Exp /ResetSettings General.vssettings /Command File.Exit'
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /RootSuffix Exp /ResetSettings General.vssettings'

- name: Install Cake.Tool
run: dotnet tool install --global Cake.Tool
Expand Down

0 comments on commit 37eda05

Please sign in to comment.