Skip to content

Commit

Permalink
Unfix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Jun 16, 2021
1 parent f3dfcc8 commit 263e8db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 263e8db

Please sign in to comment.