Skip to content

Commit

Permalink
Merge branch 'master' into WAYK-2566
Browse files Browse the repository at this point in the history
  • Loading branch information
fdubois1 authored Aug 3, 2021
2 parents de5f7f1 + 4890bd1 commit 2524955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions powershell/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ New-Item -Path "$PSModuleOutputPath\$ModuleName" -ItemType 'Directory' -Force |
New-Item -Path "$PSModuleOutputPath\$ModuleName\$_" -ItemType 'Directory' -Force | Out-Null
}

$Env:NUGET_CERT_REVOCATION_MODE='offline'

& dotnet nuget add source "https://api.nuget.org/v3/index.json" -n "nuget.org" | Out-Null

& dotnet publish "$PSScriptRoot\$ModuleName\src" -f netstandard2.0 -c Release -o "$PSScriptRoot\$ModuleName\bin"
Expand Down

0 comments on commit 2524955

Please sign in to comment.