Skip to content

Commit d1f3b35

Browse files
authored
Had wrong path set for binaries (microsoft#2150)
* Set up CI with Azure Pipelines [skip ci] * Add all the steps in the original pipeline * Add variables * Fix publish problem * Change strategy to a matrix * Try again * Try shorter name * Try a different way to speicify the job * spacing problem * Try reformatting with yamllint * Whoops * Put steps into separate file * Fix spacing again * Add missing steps that actually build stuff * Use OSTarget parameter correctly * Escape parameters usage * Use variable instead of parameters * Try different way to specify variables * Try again with original parameters * Need quotes for comparison of parameter * Too many quotes * Add symbol archiving * Only archive on 'any' project type * Wrong path for binaries
1 parent 5debc5a commit d1f3b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipeline-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ steps:
9292
SymbolsFeatureName: 'MPLS'
9393
SymbolsSymwebProject: 'VS'
9494
SymbolsEmailContacts: '[email protected]'
95-
SymbolsUncPath: $(Build.BinariesDirectory)/out
95+
SymbolsAgentPath: $(Build.BinariesDirectory)/out
9696
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq('${{ parameters.OSTarget }}', 'any'), eq(variables['ShouldPublishNuget'], 'True'), eq(variables['SignType'], 'real'))
9797

9898
- task: NuGetCommand@2

0 commit comments

Comments
 (0)