Skip to content

Commit

Permalink
Update MyGet.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 24, 2022
1 parent 44869df commit 17a2af5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nuget/MyGet.ps1
Expand Up @@ -4,8 +4,6 @@

$nuget = $env:NuGet

Copy-Item $env:SourcesPath\LICENSE $env:SourcesPath\LICENSE.txt # has to be .txt extension, don't check in

# parse the version number out of package.json
$bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-'
$bsversion = $bsversionParts[0]
Expand Down

0 comments on commit 17a2af5

Please sign in to comment.