We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc47a6d commit 5625023Copy full SHA for 5625023
build.cmd
@@ -1,4 +1,3 @@
1
@echo off
2
3
-dotnet tool restore
4
dotnet run --project build -- %*
build.ps1
$ErrorActionPreference = "Stop";
dotnet run --project build -- $args
build.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
5
dotnet run --project build -- "$@"
0 commit comments