Files
vscode/build/azure-pipelines/common/publish-webview.sh
Matt Bierner 8065712528 Add publishing of webview content to pipeline (#80069)
* Experimental publish step of webview contents

* Move webview publish into product compile

* Move test step first

* More script after install

* Move script after build

* Debug

* Add env var

* Don't log env
2019-08-29 13:06:29 -07:00

10 lines
265 B
Bash
Executable File

#!/usr/bin/env bash
set -e
REPO="$(pwd)"
# Publish webview contents
PACKAGEJSON="$REPO/package.json"
VERSION=$(node -p "require(\"$PACKAGEJSON\").version")
node build/azure-pipelines/common/publish-webview.js "$REPO/src/vs/workbench/contrib/webview/browser/pre/"