File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function Install-NuGetVsoAuthProvider
4747
4848# Restore NuGet packages, listed in packages.config
4949function Restore-NuGetPackages (
50- [string ]$packageConfig = " $PSScriptRoot \..\Vault.. \Explorer\packages.config"
50+ [string ]$packageConfig = " $PSScriptRoot \..\Vault\Explorer\packages.config"
5151 )
5252{
5353 # obtain package sources (for nuget.exe)
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ if (Test-Path $outDir) {
3838# Publish the application.
3939Push-Location $projDir
4040try {
41- Write-Output ' Restoring:'
42- dotnet restore - r win- x64
4341 Write-Output ' Running init.cmd'
4442 Start-Process - Wait $workingDir \init.cmd
43+ Write-Output ' Restoring:'
44+ dotnet restore - r win- x64
4545 Write-Output ' Publishing:'
4646 $msBuildVerbosityArg = ' /v:m'
4747 if ($env: CI ) {
You can’t perform that action at this time.
0 commit comments