Skip to content

Commit

Permalink
Remove VS preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gołębiowski committed Nov 14, 2024
1 parent f97a160 commit 21e24af
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:

- name: Add msbuild
uses: microsoft/setup-msbuild@v2

- name: Prepare Visual Studio
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /ResetSettings General.vssettings'

- name: Cache nuget
uses: actions/cache@v4
Expand Down Expand Up @@ -64,10 +61,6 @@ jobs:
shell: pwsh
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

- name: Terminate Visual Studio
shell: pwsh
run: Stop-Process -Name "devenv" -ErrorAction SilentlyContinue

- name: Run tests
env:
Access_Token_UI_Tests: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Add msbuild
uses: microsoft/setup-msbuild@v2

- name: Prepare Visual Studio
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /ResetSettings General.vssettings'

- name: Cache nuget
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -73,10 +70,6 @@ jobs:
- name: Change Screen Resolution
shell: pwsh
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

- name: Terminate Visual Studio
shell: pwsh
run: Stop-Process -Name "devenv" -ErrorAction SilentlyContinue

- name: Run tests
env:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Add msbuild
uses: microsoft/setup-msbuild@v2

- name: Prepare Visual Studio
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /ResetSettings General.vssettings'

- name: Cache nuget
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -88,10 +85,6 @@ jobs:
shell: pwsh
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

- name: Terminate Visual Studio
shell: pwsh
run: Stop-Process -Name "devenv" -ErrorAction SilentlyContinue

- name: Run tests
env:
Access_Token_UI_Tests: ${{ secrets.SRC_ACCESS_TOKEN_DOTCOM }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Add msbuild
uses: microsoft/setup-msbuild@v2

- name: Prepare Visual Studio
run: '&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" /ResetSettings General.vssettings'

- name: Cache nuget
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -80,10 +77,6 @@ jobs:
- name: Change Screen Resolution
shell: pwsh
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

- name: Terminate Visual Studio
shell: pwsh
run: Stop-Process -Name "devenv" -ErrorAction SilentlyContinue

- name: Run tests
env:
Expand Down
2 changes: 1 addition & 1 deletion agent/agent.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vscode-v1.40.2
vscode-v1.42.x

0 comments on commit 21e24af

Please sign in to comment.