Skip to content

Commit 5625023

Browse files
remove explicit tool restore
1 parent dc47a6d commit 5625023

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.cmd

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
22

3-
dotnet tool restore
43
dotnet run --project build -- %*

build.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
$ErrorActionPreference = "Stop";
22

3-
dotnet tool restore
43
dotnet run --project build -- $args

build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
dotnet tool restore
54
dotnet run --project build -- "$@"

0 commit comments

Comments
 (0)