We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751ca7c commit a7fa48aCopy full SHA for a7fa48a
1 file changed
search-cache-pipeline.yml
@@ -138,7 +138,7 @@ extends:
138
displayName: Install latest daily .NET version
139
140
- bash: >
141
- $(Build.SourcesDirectory)/.dotnet/dotnet run --no-build
+ $(Build.SourcesDirectory)/.dotnet/dotnet run --framework net11.0 --no-build
142
--project $(Build.SourcesDirectory)/tools/Microsoft.TemplateSearch.TemplateDiscovery/Microsoft.TemplateSearch.TemplateDiscovery.csproj
143
-- --basePath $(System.DefaultWorkingDirectory)/NugetDownloadDirectory --allowPreviewPacks -v --test --diff $(EnableDiffMode)
144
displayName: Run Cache Updater
0 commit comments