We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7516 commit 4e7539fCopy full SHA for 4e7539f
build/pack-setup.ps1
@@ -17,8 +17,8 @@ $sevenZip = Join-Path $globalPackages "micasetup.tools\2.5.0\build\bin\7z.exe"
17
$makemicaPath = Join-Path $globalPackages "micasetup.tools\2.5.0\build\makemica.exe"
18
19
Set-Location $scriptRoot\..\
20
-dotnet restore
21
-dotnet build -c Release
+dotnet restore .\src\SecondaryClick\SecondaryClick.csproj
+dotnet build .\src\SecondaryClick\SecondaryClick.csproj -c Release --no-restore
22
23
if (-not (Test-Path $sevenZip)) {
24
throw "7z.exe file not found: $sevenZip"
0 commit comments