5858 inputs :
5959 command : restore
6060 projects : ' $(nsRoot)/src/FoundryLocalCore/Core/Core.csproj'
61- restoreArguments : ' -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.26100 .0 /p:UseWinML=true'
61+ restoreArguments : ' -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.18362 .0 /p:UseWinML=true'
6262 feedsToUse : config
6363 nugetConfigPath : ' $(nsRoot)/nuget.config'
6464
@@ -67,14 +67,14 @@ steps:
6767 inputs :
6868 command : build
6969 projects : ' $(nsRoot)/src/FoundryLocalCore/Core/Core.csproj'
70- arguments : ' --no-restore -r ${{ parameters.flavor }} -f net9.0-windows10.0.26100 .0 /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.26100 .0 /p:UseWinML=true'
70+ arguments : ' --no-restore -r ${{ parameters.flavor }} -f net9.0-windows10.0.18362 .0 /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.18362 .0 /p:UseWinML=true'
7171
7272 - task : DotNetCoreCLI@2
7373 displayName : ' Publish FLC AOT ${{ parameters.flavor }} (WinML)'
7474 inputs :
7575 command : publish
7676 projects : ' $(nsRoot)/src/FoundryLocalCore/Core/Core.csproj'
77- arguments : ' --no-restore --no-build -r ${{ parameters.flavor }} -f net9.0-windows10.0.26100 .0 /p:Platform=${{ parameters.platform }} /p:Configuration=Release /p:PublishAot=true /p:NetTargetFramework=net9.0-windows10.0.26100 .0 /p:UseWinML=true'
77+ arguments : ' --no-restore --no-build -r ${{ parameters.flavor }} -f net9.0-windows10.0.18362 .0 /p:Platform=${{ parameters.platform }} /p:Configuration=Release /p:PublishAot=true /p:NetTargetFramework=net9.0-windows10.0.18362 .0 /p:UseWinML=true'
7878 publishWebProjects : false
7979 zipAfterPublish : false
8080
8484 inputs :
8585 command : restore
8686 projects : ' $(nsRoot)/test/FoundryLocalCore/Core/FoundryLocalCore.Tests.csproj'
87- restoreArguments : ' -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.26100 .0 /p:UseWinML=true'
87+ restoreArguments : ' -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.18362 .0 /p:UseWinML=true'
8888 feedsToUse : config
8989 nugetConfigPath : ' $(nsRoot)/nuget.config'
9090
9393 inputs :
9494 command : build
9595 projects : ' $(nsRoot)/test/FoundryLocalCore/Core/FoundryLocalCore.Tests.csproj'
96- arguments : ' --no-restore -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.26100 .0 /p:UseWinML=true'
96+ arguments : ' --no-restore -r ${{ parameters.flavor }} /p:Platform=${{ parameters.platform }} /p:IncludeWebService=true /p:Configuration=Release /p:NetTargetFramework=net9.0-windows10.0.18362 .0 /p:UseWinML=true'
9797
9898 - task : DotNetCoreCLI@2
9999 displayName : ' Test FLC ${{ parameters.flavor }} (WinML)'
0 commit comments