Skip to content

Commit

Permalink
Esnure the build target is called explicitly (#23443)
Browse files Browse the repository at this point in the history
The imported build tasks targets sets a nonexistent default target
  • Loading branch information
mmitche committed Nov 28, 2017
1 parent fc7989f commit 7f81cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/MicroBuild/publish-blob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ try {
exit 1
}

Exec-Console $msbuild "/p:ConfigDir=$configDir /p:ExpectedFeedUrl=$blobFeedUrl /p:AccountKey=$blobFeedKey /p:OutputPath=$configDir PublishBlobAssets.proj"
Exec-Console $msbuild "/p:ConfigDir=$configDir /p:ExpectedFeedUrl=$blobFeedUrl /p:AccountKey=$blobFeedKey /p:OutputPath=$configDir /t:Build PublishBlobAssets.proj"
}
catch {
Write-Host $_
Expand Down

0 comments on commit 7f81cfd

Please sign in to comment.