Граф коммитов

37 Коммитов

Автор SHA1 Сообщение Дата
Reuben Bond 85bfbde485
Correctly route undeserializable response messages from external clients (#9212) 2024-11-01 17:15:23 -07:00
William Godbe 30bdcf5c7d
Enable TSA upload (#9210) 2024-10-30 09:16:16 +01:00
Reuben Bond 2b586869d6
Azure DevOps: upload logs, blame/crash dumps, and publish to nuget (#9181) 2024-10-15 15:53:21 -07:00
Reuben Bond 1bd2906f09
Upgrade MicroBuild task (#9173)
Co-authored-by: Benjamin Petit <bpetit@microsoft.com>
2024-10-14 13:08:17 -07:00
Benjamin Petit e34a9b6390
Set GDN_SUPPRESS_FORKED_BUILD_WARNING to true (#9088) 2024-07-31 12:00:35 +02:00
Benjamin Petit 91f11f8260
Enable nightly on dnceng (#9091)
* Enable nightly on dnceng

* Fix feed value for dnceng

* Fix pool image for nightly
2024-07-30 17:50:10 +00:00
Benjamin Petit b3cfb3a30e
Update build for dnceng (#9086)
* Update build for dnceng

* Fix dependsOn

* Use AzurePipelinesCredential instead when running in azdo

* Fix dependsOn, again
2024-07-30 14:13:30 +02:00
Reuben Bond c76b4431a5
Fix nightly package publishing NuGet path (#9040)
* Fix nightly nuget path

* Bump nightly version
2024-06-11 11:47:06 -07:00
Benjamin Petit ff6de7e3a8
Do not trigger mirror for PR (#8924) 2024-03-25 15:44:18 +01:00
Benjamin Petit 18aeb09348
Fix mirror pipeline (#8923) 2024-03-25 15:28:03 +01:00
Benjamin Petit ce2711bf93
Fix nightly nuget publishing (#8919) 2024-03-22 17:50:37 +01:00
Benjamin Petit bf69ae98c2
Add mirror pipeline (#8918) 2024-03-22 15:30:43 +01:00
Benjamin Petit 005ab200bc
Fix build template for nightly (#8909) 2024-03-15 17:15:45 +01:00
Benjamin Petit 635acd91e4
Migrate to build template (#8905)
* Migrate to 1ESPipelineTemplates

* Fix git resource and nightly build definition

* Skip SDL for GitHub pull requests

* Skip SDL for GitHub pull requests

* Comment the skipBuildTagsForGitHubPullRequests

* Revert "Comment the skipBuildTagsForGitHubPullRequests"

This reverts commit 896887cc9f.
2024-03-12 13:59:09 -07:00
Reuben Bond 12d8f4a58b
Add nightly feed publishing (#8810)
* Add nightly feed publishing

* Remove pr exclusion
2024-01-11 15:43:22 +00:00
Benjamin Petit ca8c1c5cae
Upgrade to dotnet 8 and bump Orleans version (#8666)
* Migrate to .NET 8.0 
* Bump Orleans version

Co-authored-by: Reuben Bond <reuben.bond@gmail.com>
2023-11-14 18:40:13 +01:00
Benjamin Petit 2195a32918
Set VersionPrefix in nuget pack step (#8304) 2023-02-01 17:59:37 +01:00
Benjamin Petit 3dc77d9faf
Always run scheduled build (#8294) 2023-01-30 08:17:19 -08:00
Doug Bunting f320f49972
[main] Add CodeQL3000 tasks (#8160)
* [main] Add CodeQL3000 tasks
- `cherry-pick` from #8159 branch, with slight adjustments
- enable CodeQL in this branch
  - use explicit tasks to enable manual builds of any branch
- add a new top-level parameter to enable CodeQL3000 in manual builds
- tag CodeQL3000 builds that do actual CodeQL3000 work
- add a tsaoptions.json file
  - initial area path value is certainly wrong
  - other values may be incorrect too

* Update VSTS area path
2022-11-22 16:21:38 -08:00
Benjamin Petit dd7174b6b8
Enable 3.x scheduled builds (#8005) 2022-11-10 10:33:57 -08:00
Benjamin Petit 12c5f8338c
Exclude samples folder from PR trigger (#8118) 2022-11-10 09:45:13 -08:00
Benjamin Petit 6f29bd6c7a
Fix version suffix in build.yaml (#8113)
* Revert "Remove VersionSuffix altogether for now (#8110)"

This reverts commit 5a95f93418.

* Revert "Remove default version suffix for Azure DevOps pipeline (#8109)"

This reverts commit af2be100a2.

* Fix version prefix
2022-11-09 09:13:54 -08:00
Reuben Bond 5a95f93418
Remove VersionSuffix altogether for now (#8110) 2022-11-08 19:23:13 +01:00
Reuben Bond af2be100a2
Remove default version suffix for Azure DevOps pipeline (#8109) 2022-11-08 09:58:36 -08:00
Reuben Bond 3e42a9e334
Update to .NET 7.0.0 (#8108)
* Update to .NET 7.0.0

* Disable prereleases in GitHub Actions CI

* Update AzDO default version prefix to 7.0.0
2022-11-08 09:10:29 -08:00
Benjamin Petit 8b027b2c65
Add version prefix option (#8094) 2022-11-02 08:57:38 -07:00
Reuben Bond 5dfae466ed
Fix casing on CodeQL enablement variable (#8036) 2022-10-20 17:33:35 +02:00
Reuben Bond 4a6ddcdb05
Enable CodeQL on Azure DevOps Pipeline (#8033) 2022-10-19 11:39:24 -07:00
Reuben Bond 36ed71cea6
Update build.yaml (#8032) 2022-10-19 11:39:10 -07:00
Benjamin Petit 3bca68f4a5
Various fixes in build.yaml (#7997)
* Use .net 2.1 for codesigning

* Do not upload nuget if it is a PR build

* Add scheduled builds

* Add version suffix parameter and set official build flag to true when building on internal devops

* Increase test timeout

* Fix pool name variable usage
2022-09-28 14:59:08 +02:00
Benjamin Petit 733fada087
Add new build yaml pipeline (#7994) 2022-09-27 12:27:05 -07:00
Reuben Bond 4636c3fb5f
Fix compilation on C# 11 (`scoped` refs) & migrate to .NET 7.0 (#7987)
* Fix compilation on C# 11

* Update actions/setup-dotnet to version 2

* Allow prerelease SDKs

* Update Azure DevOps pr.yaml

* Target .NET 7.0
2022-09-27 17:01:14 +02:00
Benjamin Petit f4922c0b60
Remove netcoreapp3.1 and net5.0 support in main (#7794)
* Remove netcoreapp3.1 and net5.0 support

* Remove net5.0 and netcoreapp3.1 from pr.yaml

* Remove net5.0 and netcoreapp3.1 from ci.yml

* Fix HeterogeneousSilosTests

* Remove more stuff from pr.yaml
2022-06-17 09:50:51 +02:00
Benjamin Petit 38b7698f7b
Force installation of 3.1 and 5.0 sdk (#7786) 2022-06-09 15:55:20 +02:00
Benjamin Petit 84b850b113
Migrate to new pool (#7783) 2022-06-09 02:30:50 -07:00
Benjamin Petit e06bfd459f
Add task to explicitly use the correct SDK version (#7615) 2022-02-27 08:24:12 +11:00
Benjamin Petit f8b112b9e6
Initial yaml pipeline for PR build/tests (#7611) 2022-02-24 05:51:43 -08:00