Skip to content

Commit

Permalink
Remove warning on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Eisinger committed Dec 20, 2019
1 parent 5454f3a commit 0f6f11a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/setup-dotnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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');
Expand Down
3 changes: 0 additions & 3 deletions src/setup-dotnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ 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) {
Expand Down

0 comments on commit 0f6f11a

Please sign in to comment.