Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
compact build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Oct 9, 2018
1 parent 70b61fe commit 0d775ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
@echo Off
cd %~dp0

dotnet run --project targets --no-launch-profile -- %*
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail

dotnet run --project targets --no-launch-profile -- "$@"

0 comments on commit 0d775ae

Please sign in to comment.