Disable custom .NET install for snip5000 (#170)

This commit is contained in:
Andy De George
2021-01-19 07:50:00 -06:00
committed by GitHub
parent a72a43dc1c
commit b79168189c
+1 -1
View File
@@ -22,7 +22,7 @@ on:
env:
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
DOTNET_DO_INSTALL: 'true'
DOTNET_DO_INSTALL: 'false'
EnableNuGetPackageRestore: 'True'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel