Skip to content

Commit a7fa48a

Browse files
Specify target framework
1 parent 751ca7c commit a7fa48a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

search-cache-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ extends:
138138
displayName: Install latest daily .NET version
139139
140140
- bash: >
141-
$(Build.SourcesDirectory)/.dotnet/dotnet run --no-build
141+
$(Build.SourcesDirectory)/.dotnet/dotnet run --framework net11.0 --no-build
142142
--project $(Build.SourcesDirectory)/tools/Microsoft.TemplateSearch.TemplateDiscovery/Microsoft.TemplateSearch.TemplateDiscovery.csproj
143143
-- --basePath $(System.DefaultWorkingDirectory)/NugetDownloadDirectory --allowPreviewPacks -v --test --diff $(EnableDiffMode)
144144
displayName: Run Cache Updater

0 commit comments

Comments
 (0)