21 Commits

Author SHA1 Message Date
Marco Rossignoli 278b3189d9 Add CompilerGenerated attribute to the tracker (#1229)
Add CompilerGenerated attribute to the tracker
2021-10-02 18:05:02 +02:00
Marco Rossignoli bc58ae0117 Bump sdk and move .NET tool to LTS (#1022)
Bump sdk and move .NET tool to LTS
2020-12-27 13:40:42 +01:00
Toni Solarin-Sodara fcb2ec039f Publish nightly packages to Azure DevOps (#1020)
* Update nightly build definitions

* Update nightly package feed name

* Update feed information

* Use scoped name in publishVstsFeed argument

* Remove nightly.ps1

* Update nightly documentation

* ADO doesn't let us check package metadata
2020-12-18 05:53:18 +01:00
Marco Rossignoli ff761580e6 Add packages signature (#999)
Add packages signature
2020-11-24 18:51:12 +01:00
Marco Rossignoli 6479f627e4 Bump sdk version(#935)
Bump sdk version
2020-08-26 10:25:00 +02:00
Marco Rossignoli e438dbf568 Fix package links (#858)
Fix package links
2020-05-28 08:57:01 +02:00
Marco Rossignoli 9b8ae02382 Add integration tests for deterministic build support (#811)
Add integration tests for deterministic build support
2020-04-13 12:24:58 +02:00
Marco Rossignoli 4e177f0c57 Fix nightly build (#805)
Fix nightly build
2020-04-09 19:16:14 +02:00
Marco Rossignoli 39d83bedee Add support for deterministic build for msbuild driver (#796)
Add support for deterministic build for msbuild driver
2020-04-08 20:46:35 +02:00
Marco Rossignoli 8ddbb6ff3c Bump sdk version, update tests (#771)
Bump sdk version, update tests
2020-03-21 17:23:56 +01:00
Marco Rossignoli a2b0373d60 Fix nightly build (#709)
Fix nightly build
2020-01-27 09:38:17 +01:00
Marco Rossignoli cdab6e6b00 Improve coverage of async/await state machine (#698)
Improve coverage of async/await state machineImprove coverage of async/await state machine
2020-01-22 10:50:05 +01:00
Marco Rossignoli caac526075 Move/Pin to 3.1 runtime (#688)
Move/Pin to 3.1 runtime
2020-01-14 14:46:22 +01:00
Marco Rossignoli 08e91b4e74 Move CI files to eng folder (#646)
Move CI files to eng folder

* update CI

* update CI
2019-12-07 22:36:18 +01:00
Marco Rossignoli 644f5a1f48 Update pinned sdk (#610)
Update pinned sdk
2019-11-08 09:39:39 +01:00
Marco Rossignoli e6afce0be3 Fix nightly (#545)
Fix nightly
2019-09-16 09:22:03 +02:00
Andrew Arnott 9f1cea850d Merge remote-tracking branch 'upstream/master' into BinOverBuild 2019-06-12 06:54:11 -06:00
Toni Solarin-Sodara 556a1e59a7 ensure PublicRelease is false in nightly 2019-05-29 23:42:25 +01:00
Andrew Arnott 664eb7303a Remove build.proj in favor of regular dotnet commands
Simple removal of the build.proj file allows `dotnet` commands to just work without having to specify the sln file explicitly, which is really nice.

The build.proj was building all projects 3 times (build, test, and pack all rebuilt everything and repeated package restore, etc.), so it was slower than necessary anyway.

In its place:
1. folks can just use `dotnet build` or whatever command suits them.
1. Azure Pipelines simply executes dotnet commands, which I break up into 4 steps so the pipeline can show timings for each step, etc.

Because we use the Azure Pipelines DotNetCoreCLI task for running tests, the test results are automatically collected and reported as a searchable database.
Test results can be analyzed over time to see how they perform, which ones are unstable, etc.
2019-05-29 00:35:41 -06:00
Andrew Arnott f4c2d305a3 Build to bin\<config>\Packages instead of build\
The "bin" folder name is more common for .NET based projects such as this one. And it allows the .gitignore file to ignore the "bin" folder while allowing the "build" folder to appear under project directories with a build folder in source code that contains package payload.
2019-05-28 23:42:35 -06:00
Marco Rossignoli cd9f504328 setup nightly build 2019-05-26 17:29:44 +02:00