Making the multi project validator compile for the passed configuration to make the scripts work for release as well. Also fixed the variable assignment in the .sh script.
This commit is contained in:
parent
0c3751cd37
commit
b1bce2b50a
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
. "$PSScriptRoot\..\common\_common.ps1"
|
||||
|
||||
# Run Validation for Project.json dependencies
|
||||
dotnet publish $RepoRoot\tools\MultiProjectValidator -o $Stage2Dir\..\tools
|
||||
dotnet publish $RepoRoot\tools\MultiProjectValidator -o $Stage2Dir\..\tools -c "$Configuration"
|
||||
|
||||
$pjvalidatePath = "$Stage2Dir\..\tools\$Configuration\$Tfm"
|
||||
if (! (Test-Path $pjvalidatePath)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue