Skip to content

Commit

Permalink
Sample apps ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Nov 23, 2022
1 parent 9dc2fdd commit 441190b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-sample-apps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function Confirm-Process {

Write-Message "Building package test version..."
dotnet build ../src/BlazorWasmAntivirusProtection.Tasks/BlazorWasmAntivirusProtection.Tasks.csproj -c Release
dotnet build ../src/BlazorWasmAntivirusProtection.BrotliCompress/BlazorWasmAntivirusProtection.BrotliCompress.csproj -c Release
dotnet build ../src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj -c Release /p:VersionSuffix="test"
Confirm-PreviousCommand

Expand Down
1 change: 1 addition & 0 deletions scripts/debug.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Get-Process "dotnet" | Stop-Process

Write-Message "Building ..."
dotnet build ../src/BlazorWasmAntivirusProtection.Tasks/BlazorWasmAntivirusProtection.Tasks.csproj -c Debug
dotnet build ../src/BlazorWasmAntivirusProtection.BrotliCompress/BlazorWasmAntivirusProtection.BrotliCompress.csproj -c Release
dotnet build ../src/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.csproj -c Debug /p:VersionSuffix="test"
Confirm-PreviousCommand

Expand Down

0 comments on commit 441190b

Please sign in to comment.