Skip to content

Instantly share code, notes, and snippets.

@praeclarum
Created April 12, 2020 18:38
Show Gist options
  • Save praeclarum/987fad1eb8faea91326a1a6d6c966e29 to your computer and use it in GitHub Desktop.
Save praeclarum/987fad1eb8faea91326a1a6d6c966e29 to your computer and use it in GitHub Desktop.
Ooui.Wasm.Test build script
#!/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