Test input

This commit is contained in:
Vladimir Safonkin 2021-06-28 12:19:10 +03:00
parent 5306333434
commit 1dca326e13
2 changed files with 2 additions and 0 deletions

1
dist/index.js vendored
View File

@ -7824,6 +7824,7 @@ function run() {
// Proxy, auth, (etc) are still set up, even if no version is identified
//
let version = core.getInput('dotnet-version');
console.log("VERSION: ", version);
if (!version) {
// Try to fall back to global.json
core.debug('No version found, trying to find version from global.json');

View File

@ -14,6 +14,7 @@ export async function run() {
// Proxy, auth, (etc) are still set up, even if no version is identified
//
let version = core.getInput('dotnet-version');
console.log("VERSION: ", version);
if (!version) {
// Try to fall back to global.json
core.debug('No version found, trying to find version from global.json');