2019-10-28 23:31:11 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
pushd src/SamplesApp/SamplesApp.Wasm
|
|
|
|
|
2019-11-07 21:34:12 +03:00
|
|
|
export NUGET_PACKAGES=/workspace/.nuget
|
|
|
|
|
2019-11-01 23:57:54 +03:00
|
|
|
GITPOD_HOSTNAME=`echo $GITPOD_WORKSPACE_URL | sed -s 's/https:\/\///g'`
|
|
|
|
|
2019-11-07 23:53:09 +03:00
|
|
|
msbuild /r /bl SamplesApp.Wasm.csproj /p:UnoSourceGeneratorUseGenerationHost=true /p:UnoSourceGeneratorUseGenerationController=false /p:UnoRemoteControlPort=443 "/p:UnoRemoteControlHost=53487-$GITPOD_HOSTNAME"
|
2019-10-28 23:31:11 +03:00
|
|
|
|
|
|
|
popd
|