File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -576,9 +576,7 @@ extends:
576576 scriptType : pscore
577577 scriptLocation : inlineScript
578578 inlineScript : |
579- ## $packageVersion = '$(PackageVersion)'
580-
581- $packageVersion = "0.0.1"
579+ $packageVersion = '$(PackageVersion)'
582580
583581 if (-not $packageVersion) {
584582 throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
@@ -594,9 +592,7 @@ extends:
594592 scriptType : pscore
595593 scriptLocation : inlineScript
596594 inlineScript : |
597- ## $packageVersion = '$(PackageVersion)'
598-
599- $packageVersion = "0.0.1"
595+ $packageVersion = '$(PackageVersion)'
600596
601597 if (-not $packageVersion) {
602598 throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
@@ -612,9 +608,7 @@ extends:
612608 scriptType : pscore
613609 scriptLocation : inlineScript
614610 inlineScript : |
615- ## $packageVersion = '$(PackageVersion)'
616-
617- $packageVersion = "0.0.1"
611+ $packageVersion = '$(PackageVersion)'
618612
619613 if (-not $packageVersion) {
620614 throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
You can’t perform that action at this time.
0 commit comments