Skip to content

Commit

Permalink
chore: Update container for gitpod to support C# 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Apr 20, 2020
1 parent 99cfb33 commit 0d3088d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: nventive/wasm-build:1.5
image: unoplatform/wasm-build:2.1.1

ports:
# Default port for the SampleApp
Expand Down
2 changes: 1 addition & 1 deletion build/gitpod/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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=53487-$GITPOD_HOSTNAME"
msbuild /r /bl SamplesApp.Wasm.csproj /p:UnoTargetFrameworkOverride=netstandard2.0 /p:UnoSourceGeneratorUseGenerationHost=true /p:UnoSourceGeneratorUseGenerationController=false /p:UnoRemoteControlPort=443 "/p:UnoRemoteControlHost=53487-$GITPOD_HOSTNAME"

popd

0 comments on commit 0d3088d

Please sign in to comment.