File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -289,9 +289,7 @@ jobs:
289
289
vmImage : ' windows-latest'
290
290
291
291
steps :
292
- # need this here in order to persist GitHub credentials
293
292
- checkout : self
294
- fetchDepth : 100
295
293
296
294
- template : azure-pipelines-templates/install-nuget.yml@templates
297
295
Original file line number Diff line number Diff line change @@ -50,9 +50,7 @@ dotnet nuget add source https://pkgs.dev.azure.com/nanoframework/feed/_packaging
50
50
" *****************************************************************************************************" | Write-Host
51
51
" Updating nanoFramework.Tools.MetadataProcessor.MsBuildTask.Net package in VS2019 & VS2022 solution..." | Write-Host
52
52
53
- dotnet remove VisualStudio.Extension- 2019 / VisualStudio.Extension- vs2019.csproj package nanoFramework.TestFramework
54
53
dotnet add VisualStudio.Extension- 2019 / VisualStudio.Extension- vs2019.csproj package nanoFramework.TestFramework
55
- dotnet remove VisualStudio.Extension- 2022 / VisualStudio.Extension- vs2022.csproj package nanoFramework.TestFramework
56
54
dotnet add VisualStudio.Extension- 2022 / VisualStudio.Extension- vs2022.csproj package nanoFramework.TestFramework
57
55
58
56
# ####################
You can’t perform that action at this time.
0 commit comments