diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index 67e4f1f8a1a..6a9ed1136d0 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -26,7 +26,7 @@ stages: displayName: Build jobs: - - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}: + - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/vs16.11') }}: # should track next-release's active dev branch - template: /eng/common/templates/job/onelocbuild.yml parameters: LclSource: lclFilesfromPackage @@ -73,14 +73,14 @@ stages: signType: $(SignType) zipSources: false condition: and(succeeded(), in(variables['SignType'], 'test', 'real')) - + - task: MicroBuildOptProfPlugin@6 inputs: ProfilingInputsDropName: '$(VisualStudio.DropName)' ShouldSkipOptimize: true AccessToken: '$(System.AccessToken)' feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json' - displayName: 'Install OptProf Plugin' + displayName: 'Install OptProf Plugin' # Required by MicroBuildBuildVSBootstrapper - task: ms-vseng.MicroBuildTasks.32f78468-e895-4f47-962c-58a699361df8.MicroBuildSwixPlugin@1