Skip to content

Commit

Permalink
Just the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiseD committed Jul 19, 2020
1 parent ce70460 commit 7895baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release_Pack_Push.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $NUGET_PACKAGE_PATH = ".\artifacts\$($Env:PROJECT_NAME).$($Env:VERSION_NUMBER).n
Write-Host $PROJECT_PATH
Write-Host $NUGET_PACKAGE_PATH

if ($Env.REPO_OWNER -ne "BlaiseD") {
if ($Env:REPO_OWNER -ne "BlaiseD") {
Write-Host "${scriptName}: Runs on BlaiseD repositories."
} else {
dotnet pack $PROJECT_PATH -c Release -o .\artifacts --no-build
Expand Down

0 comments on commit 7895baa

Please sign in to comment.