Skip to content

Commit 34971a8

Browse files
committed
Skip nuget restore
1 parent f9e4c38 commit 34971a8

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

.github/workflows/cd-sideload-preview.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
run: |
7575
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7676
77-
- name: Restore NuGet
78-
shell: pwsh
79-
run: 'nuget restore $env:SOLUTION_NAME'
80-
8177
- name: Restore Files
8278
shell: pwsh
8379
run: |

.github/workflows/cd-sideload-stable.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
run: |
7575
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7676
77-
- name: Restore NuGet
78-
shell: pwsh
79-
run: 'nuget restore $env:SOLUTION_NAME'
80-
8177
- name: Restore Files
8278
shell: pwsh
8379
run: |

.github/workflows/cd-store-preview.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
run: |
7272
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7373
74-
- name: Restore NuGet
75-
shell: pwsh
76-
run: 'nuget restore $env:SOLUTION_NAME'
77-
7874
- name: Restore Files
7975
shell: pwsh
8076
run: |

.github/workflows/cd-store-stable.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
run: |
7272
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7373
74-
- name: Restore NuGet
75-
shell: pwsh
76-
run: 'nuget restore $env:SOLUTION_NAME'
77-
7874
- name: Restore Files
7975
shell: pwsh
8076
run: |

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ jobs:
108108
with:
109109
global-json-file: global.json
110110

111-
- name: Restore NuGet
112-
shell: pwsh
113-
run: 'nuget restore $env:SOLUTION_PATH'
114-
115111
- name: Restore Files
116112
shell: pwsh
117113
run: |

0 commit comments

Comments
 (0)