Skip to content

Commit

Permalink
Merge pull request #3019 from unoplatform/dev/jela/gitpod-update
Browse files Browse the repository at this point in the history
chore: Update container for gitpod to support C# 8.0
  • Loading branch information
jeromelaban authored Apr 20, 2020
2 parents 0c2f97e + 0d3088d commit 26bc8a6
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 26bc8a6

Please sign in to comment.