mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Comments out local environment variables for testing
This commit is contained in:
parent
39c6f5e5c7
commit
5e826f4b73
1 changed files with 3 additions and 3 deletions
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue