Skip to content

Commit 607023a

Browse files
committed
Improve ps1 files
1 parent 3c11f4e commit 607023a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Set-Location -Path $PSScriptRoot
33

44
# Debug: Confirm the directory (optional)
5-
Write-Host "Running in: $(Get-Location)"
5+
Write-Host "Build Clipboard+ in: $(Get-Location)"
66

77
# Run the build command (path is now relative to the script's location)
88
dotnet run --project build/Build.csproj

deploy.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Set-Location -Path $PSScriptRoot
33

44
# Debug: Confirm the directory (optional)
5-
Write-Host "Running in: $(Get-Location)"
5+
Write-Host "Deploy Clipboard+ in: $(Get-Location)"
66

77
# Run the build command (path is now relative to the script's location)
88
dotnet run --project build/Build.csproj --target=Deploy

lock.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Set-Location -Path $PSScriptRoot
33

44
# Debug: Confirm the directory (optional)
5-
Write-Host "Running in: $(Get-Location)"
5+
Write-Host "Lock Clipboard+ in: $(Get-Location)"
66

77
# Restore the lock file
88
dotnet restore --use-lock-file

0 commit comments

Comments
 (0)