wip
parent
71a1053d70
commit
730c940cd8
@ -1,2 +1,5 @@
|
||||
*/*/bin
|
||||
*/*/obj
|
||||
tools/
|
||||
artifacts/
|
||||
TestResults/
|
@ -1,2 +1,2 @@
|
||||
dotnet tool install Cake.Tool --version 0.38.5
|
||||
dotnet tool restore
|
||||
dotnet cake
|
||||
|
@ -1,2 +1,3 @@
|
||||
dotnet tool install Cake.Tool --version 0.38.5
|
||||
dotnet cake
|
||||
# dotnet tool restore --tool-manifest ./.config/dotnet-tools.json
|
||||
# echo "tool installed?"
|
||||
# dotnet cake
|
||||
|
Loading…
Reference in New Issue