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:
576
576
scriptType : pscore
577
577
scriptLocation : inlineScript
578
578
inlineScript : |
579
- ## $packageVersion = '$(PackageVersion)'
580
-
581
- $packageVersion = "0.0.1"
579
+ $packageVersion = '$(PackageVersion)'
582
580
583
581
if (-not $packageVersion) {
584
582
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
@@ -594,9 +592,7 @@ extends:
594
592
scriptType : pscore
595
593
scriptLocation : inlineScript
596
594
inlineScript : |
597
- ## $packageVersion = '$(PackageVersion)'
598
-
599
- $packageVersion = "0.0.1"
595
+ $packageVersion = '$(PackageVersion)'
600
596
601
597
if (-not $packageVersion) {
602
598
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
@@ -612,9 +608,7 @@ extends:
612
608
scriptType : pscore
613
609
scriptLocation : inlineScript
614
610
inlineScript : |
615
- ## $packageVersion = '$(PackageVersion)'
616
-
617
- $packageVersion = "0.0.1"
611
+ $packageVersion = '$(PackageVersion)'
618
612
619
613
if (-not $packageVersion) {
620
614
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
You can’t perform that action at this time.
0 commit comments