dependabot[bot]
890e43f6c5
Bump System.ServiceProcess.ServiceController from 8.0.0 to 8.0.1 in /src ( #3844 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 10:27:05 -04:00
Tingluo Huang
af8dee51e1
Bump dotnet SDK to dotnet 8. ( #3500 )
2024-10-16 12:32:51 -04:00
Tingluo Huang
43d67e46db
Revert "Bump runner to dotnet 8" ( #3412 )
...
* Revert "Upgrade dotnet sdk to v8.0.303 (#3388 )"
This reverts commit dbcaa7cf3d .
* Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (#3347 )"
This reverts commit 3dab1f1fb0 .
* Revert "Upgrade dotnet sdk to v8.0.302 (#3346 )"
This reverts commit 8f1c723ba0 .
* Revert "Bump runner to dotnet 8 (#3345 )"
This reverts commit 1e74a8137b .
2024-08-05 10:03:18 -05:00
Tingluo Huang
1e74a8137b
Bump runner to dotnet 8 ( #3345 )
...
* Bump runner to dotnet 8
* .
2024-06-18 11:28:53 -04:00
Tingluo Huang
f1f18f67e1
Remove runner trimmed packages. ( #3074 )
2024-01-10 12:32:17 -05:00
dependabot[bot]
be65955a9d
Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /src ( #2797 )
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 13.0.1 to 13.0.3.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.3 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-25 13:10:40 -04:00
Thomas Boop
ae2f4a6f27
POC: Windows arm64 runner build ( #2022 )
...
Prerelease for windows-arm64 runner build
2022-09-26 09:20:43 -04:00
Tingluo Huang
3567c042ea
Bump newtonsoft.json to 13.0.1 ( #2012 )
2022-07-22 11:21:04 -04:00
Tingluo Huang
0398f57125
Create runner layout for osx-arm64 (Apple M1) platform. ( #1618 )
...
* Create runner layout for osx-arm64 (Apple M1) platform.
* bypass m1 macos
* l0
2022-05-20 11:00:54 -04:00
Tingluo Huang
715bb7cca8
Fix breaking change in dotnet 6 around globalization-invariant. ( #1609 )
2022-01-14 17:09:06 +00:00
Tingluo Huang
3e65909b81
Produce trimmed down runner packages. ( #1556 )
...
* Produce trimmed down runner packages.
* feedback.
* rename.
2021-12-15 22:05:58 -05:00
Tingluo Huang
801a02ec89
Bump runtime to dotnet 6 ( #1471 )
...
* bump runtime to dotnet 6
2021-11-30 22:00:15 -05:00
Tingluo Huang
eb36db8ff9
Try to delete portable-net45+win8 from all projects ( #1470 )
...
* Update Runner.Common.csproj
* Update Runner.Listener.csproj
* Update Runner.PluginHost.csproj
* Update Runner.Plugins.csproj
* Update Runner.Sdk.csproj
* Update Runner.Worker.csproj
* Update Sdk.csproj
* Update Test.csproj
2021-11-09 10:53:53 -05:00
Thomas Boop
3fb915450a
Runner v2.276.0 fixes ( #928 )
...
* Revert "always use Fips Cryptography (#896 )"
3b34e203dc
* Revert "Update ldd check with dotnet 5."
4b6ded0a01
* Revert "Update SDK to .NET 5 (#799 )"
fc3ca9bb92
* Update dotnet-install scripts
2021-01-21 13:45:16 -05:00
Adeel Mujahid
fc3ca9bb92
Update SDK to .NET 5 ( #799 )
2020-12-26 00:01:45 -05:00
Tingluo Huang
80b6038cdc
consume dotnet core 3.1 in runner. ( #213 )
2019-12-18 15:09:03 -05:00
Tingluo Huang
d0a4a41a63
delete un-used code. ( #218 )
2019-12-16 17:05:26 -05:00
David Kale
45c19eb7cb
150: Support more cpu architectures ( #184 )
...
* Cross compile for win-x86, linux-arm, linux-arm64
* Build with actions instead
* Remove win-x86
* Preserve CURRENT_PLATFORM in dev.sh
* build.yaml
* Fix formatting. Remove piplines
* Use 4 space indent consistently
* x32 -> x86
* TEMP: Only test when platform === target runtime
Fix arm64 node externals url
* win-x86 externals
* Temporarily bench rhel
* Add RHEL6, skip L0 on arm for now
* Add stub for downloading new node externals when they are ready
* Remove RHEL6
* Package based on new runtime names
* Remove unused rhel from matrix includes
* Update release, add packages
* RID typo
* Cant cross test arm on x64 hosts
* New arch is a feature
Dont release x86 until we have an e2e test machine
* Fix version
* Get version from file to avoid exec error during package on x64 host for arm package
* Update Release Notes for 2.161.0 (#195 )
* More cleanup
* Update release notes
2019-11-13 11:26:06 -05:00
Eilon Lipton
76078b5c44
Add SLN file and make projects build in VS ( #173 )
...
* Add SLN file and make projects build in VS
- Added new ActionsRunner.sln file with all the CSPROJ's in it
- Added Directory.Build.props that gets auto-included in all CSPROJ files under it
- Made default runtime platforms for Windows and Linux (to be 64bit) so that you don't have to specify it in order to build
* Remove extra invalid parens
2019-11-06 16:57:46 -05:00
Tingluo Huang
afd233b735
consume dotnet core 3.0 ( #127 )
...
* consume dotnet core 3.0
* update linux dependency doc.
2019-10-24 16:52:29 -04:00
Tingluo Huang
c8afc84840
GitHub Actions Runner
2019-10-10 00:52:42 -04:00