Adjust for nuget_path location in prebuild
This commit is contained in:
Jérôme Laban 2019-11-07 13:34:12 -05:00
Родитель f0e3d2de01
Коммит cb518a5ea8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,8 @@
pushd src/SamplesApp/SamplesApp.Wasm
export NUGET_PACKAGES=/workspace/.nuget
GITPOD_HOSTNAME=`echo $GITPOD_WORKSPACE_URL | sed -s 's/https:\/\///g'`
msbuild /r /bl SamplesApp.Wasm.csproj /p:UnoSourceGeneratorUseGenerationHost=true /p:UnoSourceGeneratorUseGenerationController=false /p:UnoRemoteControlPort=443 "/p:UnoRemoteControlHost=https://53487-$GITPOD_HOSTNAME"