Skip to content

Commit

Permalink
Fix url for nuget and framework pkg testsin Release pipeline (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jul 2, 2019
1 parent 3b631bd commit 4d9f82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/MUX-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
buildJobName: 'BuildNugetPkgTests'
buildArtifactName: 'NugetPkgTestsDrop'
runTestJobName: 'RunNugetPkgTestsInHelix'
helixType: 'test/nuget'
dependsOn: CreateNugetPackage
pkgArtifactPath: '$(artifactDownloadPath)\drop'

Expand All @@ -132,6 +133,7 @@ jobs:
buildJobName: 'BuildFrameworkPkgTests'
buildArtifactName: 'FrameworkPkgTestsDrop'
runTestJobName: 'RunFrameworkPkgTestsInHelix'
helixType: 'test/frpkg'
dependsOn: CreateNugetPackage
pkgArtifactPath: '$(artifactDownloadPath)\drop\FrameworkPackage'

Expand Down

0 comments on commit 4d9f82a

Please sign in to comment.