mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Comments out local environment variables for testing
This commit is contained in:
6
.github/scripts/ZipBuildOutput.ps1
vendored
6
.github/scripts/ZipBuildOutput.ps1
vendored
@@ -1,7 +1,7 @@
|
|||||||
# Uncomment these for local testing
|
# Uncomment these for local testing
|
||||||
$Env:GITHUB_WORKSPACE = "C:\Working Directories\PD\essentials"
|
# $Env:GITHUB_WORKSPACE = "C:\Working Directories\PD\essentials"
|
||||||
$Env:SOLUTION_FILE = "PepperDashEssentials"
|
# $Env:SOLUTION_FILE = "PepperDashEssentials"
|
||||||
$Env:VERSION = "0.0.0-buildType-test"
|
# $Env:VERSION = "0.0.0-buildType-test"
|
||||||
|
|
||||||
# Sets the root directory for the operation
|
# Sets the root directory for the operation
|
||||||
$destination = "$($Env:GITHUB_WORKSPACE)\output"
|
$destination = "$($Env:GITHUB_WORKSPACE)\output"
|
||||||
|
|||||||
Reference in New Issue
Block a user