Skip to content

Commit 4e7539f

Browse files
committed
Target project in build script and skip restore
1 parent 53c7516 commit 4e7539f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pack-setup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $sevenZip = Join-Path $globalPackages "micasetup.tools\2.5.0\build\bin\7z.exe"
1717
$makemicaPath = Join-Path $globalPackages "micasetup.tools\2.5.0\build\makemica.exe"
1818

1919
Set-Location $scriptRoot\..\
20-
dotnet restore
21-
dotnet build -c Release
20+
dotnet restore .\src\SecondaryClick\SecondaryClick.csproj
21+
dotnet build .\src\SecondaryClick\SecondaryClick.csproj -c Release --no-restore
2222

2323
if (-not (Test-Path $sevenZip)) {
2424
throw "7z.exe file not found: $sevenZip"

0 commit comments

Comments
 (0)