Merge branch 'master' into master

This commit is contained in:
Stanley Goldman
2019-11-08 17:15:28 +01:00
committed by GitHub
9 changed files with 262 additions and 145 deletions

View File

@ -9,6 +9,10 @@ async function run() {
// Version is optional. If supplied, install / use from the tool cache
// If not supplied then task is still used to setup proxy, auth, etc...
//
console.log(
`::warning::Use the v1 tag to get the last version, master may contain breaking changes and will not contain any required packages in the future. i.e. actions/setup-dotnet@v1`
);
let version = core.getInput('version');
if (!version) {
version = core.getInput('dotnet-version');