Skip to content

Commit 2116e71

Browse files
committed
Remove if debug add logs
1 parent d938bdf commit 2116e71

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Add-DistributedTaskPackage -PackageType agent -Platform win-x64 -Version 2.286.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-286.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.286.0.zip;
2+
Add-DistributedTaskPackage -PackageType agent -Platform osx-x64 -Version 2.286.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/osx-286.tar.gz -InfoUrl https://github.com/actions/runner -Filename actions-runner-osx-x64-2.286.0.tar.gz;
3+
Add-DistributedTaskPackage -PackageType agent -Platform linux-x64 -Version 2.286.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-286.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.286.0.zip;
4+
Add-DistributedTaskPackage -PackageType agent -Platform linux-arm64 -Version 2.286.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/osx-286.tar.gz -InfoUrl https://github.com/actions/runner -Filename actions-runner-osx-x64-2.286.0.tar.gz;
5+
Add-DistributedTaskPackage -PackageType agent -Platform linux-arm -Version 2.286.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-286.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.286.0.zip;
6+
7+
Add-DistributedTaskPackage -PackageType agent -Platform win-x64 -Version 2.287.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-287.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.287.0.zip;
8+
Add-DistributedTaskPackage -PackageType agent -Platform osx-x64 -Version 2.287.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/osx-287.tar.gz -InfoUrl https://github.com/actions/runner -Filename actions-runner-osx-x64-2.287.0.tar.gz;
9+
Add-DistributedTaskPackage -PackageType agent -Platform linux-x64 -Version 2.287.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-287.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.287.0.zip;
10+
Add-DistributedTaskPackage -PackageType agent -Platform linux-arm64 -Version 2.287.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/osx-287.tar.gz -InfoUrl https://github.com/actions/runner -Filename actions-runner-osx-x64-2.287.0.tar.gz;
11+
Add-DistributedTaskPackage -PackageType agent -Platform linux-arm -Version 2.287.0 -DownloadUrl https://github.com/fhammerl/runner/raw/upgrade-test/win-287.zip -InfoUrl https://github.com/actions/runner -Filename actions-runner-win-x64-2.287.0.zip;

0 commit comments

Comments
 (0)