mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 06:17:12 +00:00
Debug
This commit is contained in:
parent
a0f70ab98c
commit
5c5ac76dc6
1 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,10 @@ if [ -z "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -f "../nuget.config" ]; then
|
||||
echo "nuget file not generated correctly"
|
||||
exit 1
|
||||
fi
|
||||
# if [ ! -f "../nuget.config" ]; then
|
||||
# echo "nuget file not generated correctly"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
dotnet_version="$(dotnet --version)"
|
||||
echo "Found dotnet version '$dotnet_version'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue