File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Set-Location - Path $PSScriptRoot
3
3
4
4
# Debug: Confirm the directory (optional)
5
- Write-Host " Running in: $ ( Get-Location ) "
5
+ Write-Host " Build Clipboard+ in: $ ( Get-Location ) "
6
6
7
7
# Run the build command (path is now relative to the script's location)
8
8
dotnet run -- project build/ Build.csproj
Original file line number Diff line number Diff line change 2
2
Set-Location - Path $PSScriptRoot
3
3
4
4
# Debug: Confirm the directory (optional)
5
- Write-Host " Running in: $ ( Get-Location ) "
5
+ Write-Host " Deploy Clipboard+ in: $ ( Get-Location ) "
6
6
7
7
# Run the build command (path is now relative to the script's location)
8
8
dotnet run -- project build/ Build.csproj -- target= Deploy
Original file line number Diff line number Diff line change 2
2
Set-Location - Path $PSScriptRoot
3
3
4
4
# Debug: Confirm the directory (optional)
5
- Write-Host " Running in: $ ( Get-Location ) "
5
+ Write-Host " Lock Clipboard+ in: $ ( Get-Location ) "
6
6
7
7
# Restore the lock file
8
8
dotnet restore -- use-lock - file
You can’t perform that action at this time.
0 commit comments