props/scripts/publish_props.sh
Harrison Deng e6e31e0cfe
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Changing back to Node Version Manager.
2024-07-18 04:55:47 +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