Created
April 12, 2020 18:38
-
-
Save praeclarum/987fad1eb8faea91326a1a6d6c966e29 to your computer and use it in GitHub Desktop.
Ooui.Wasm.Test build script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
msbuild ../Ooui.Wasm.Build.Tasks/Ooui.Wasm.Build.Tasks.csproj && cp ../Ooui.Wasm.Build.Tasks/bin/Debug/netstandard2.0/Ooui.Wasm.Build.Tasks.dll ./ && msbuild /t:Restore && msbuild Ooui.Wasm.Test.csproj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment