mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +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
|
||||
$Env:GITHUB_WORKSPACE = "C:\Working Directories\PD\essentials"
|
||||
$Env:SOLUTION_FILE = "PepperDashEssentials"
|
||||
$Env:VERSION = "0.0.0-buildType-test"
|
||||
# $Env:GITHUB_WORKSPACE = "C:\Working Directories\PD\essentials"
|
||||
# $Env:SOLUTION_FILE = "PepperDashEssentials"
|
||||
# $Env:VERSION = "0.0.0-buildType-test"
|
||||
|
||||
# Sets the root directory for the operation
|
||||
$destination = "$($Env:GITHUB_WORKSPACE)\output"
|
||||
|
||||
Reference in New Issue
Block a user