Skip to content

Commit

Permalink
Merge pull request #8 from AndreyRusyaev/feature/update-build-scripts…
Browse files Browse the repository at this point in the history
…-2.0

Support multi-target platforms build.
  • Loading branch information
AndreyRusyaev authored Dec 8, 2022
2 parents 066b9f8 + cb2580b commit 72a846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ $TargetDir = "$PSScriptRoot/../bin"
dotnet build "$SrcDir/acryptohashnet.sln" --configuration $Configuration

New-Item -Force -Type Directory $TargetDir | Out-Null
Copy-Item -Force "$OutDir/netstandard2.1/*.dll" $TargetDir
Compress-Archive -Force "$OutDir/net*" $TargetDir/acryptohashnet.zip
Copy-Item -Force "$OutDir/*.nupkg" $TargetDir

0 comments on commit 72a846d

Please sign in to comment.