Skip to content

Commit

Permalink
added missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Stilec committed Aug 10, 2021
1 parent 06d1712 commit 4718636
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,18 @@ stages:
- checkout: self
clean: true
steps:
- script: eng\common\sdk-task.ps1 -task PublishToSymbolServers /p:DryRun="true" -restore
- task: PowerShell@2
displayName: sdk-task verification
inputs:
filePath: eng\common\sdk-task.ps1
arguments: -task PublishToSymbolServers /p:DryRun="true" -restore -msbuildEngine dotnet
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/'
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
/p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
/p:Configuration=Release
/p:PublishToMSDL=false
- powershell: eng\common\build.ps1
-configuration $(_BuildConfig)
-prepareMachine
Expand Down

0 comments on commit 4718636

Please sign in to comment.