You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/setup-dotnet.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ function run() {
26
26
// Version is optional. If supplied, install / use from the tool cache
27
27
// If not supplied then task is still used to setup proxy, auth, etc...
28
28
//
29
-
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`);
Copy file name to clipboardExpand all lines: src/setup-dotnet.ts
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ async function run() {
9
9
// Version is optional. If supplied, install / use from the tool cache
10
10
// If not supplied then task is still used to setup proxy, auth, etc...
11
11
//
12
-
console.log(
13
-
`::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`
0 commit comments