props/scripts/publish_props.sh
Harrison Deng a7c0e0dea7
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Updating Jenkinsfile to work on common runner.
Began moving poject to a devcontainer.

Added webpack cache clearing script.

Updated to .NET 8.0.

testing Woodpecker CI.

Selecting conda container for all build steps.

Made conda installation quiet.

Updated NodeJS version.
2024-07-19 17:12:49 +00:00

3 lines
247 B
Bash

#!/bin/bash
dotnet publish --configuration Release --output output/props/props-linux-x64 --runtime linux-x64 --self-contained Props
dotnet publish --configuration Release --output output/props/props-win-x64 --runtime win-x64 --self-contained Props