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

29 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott 3db06b396f
Move a bunch of files around to match the Library.Template 2022-10-31 11:22:34 -06:00
Andrew Arnott 4185a16ecb Merged Library.Template 2022-10-30 09:54:53 -06:00
Andrew Arnott b39494e5d1
Make running tests in a pipeline optional 2022-08-04 11:21:20 -06:00
Andrew Arnott 9805678248
Fix NUGET_PACKAGES path in pipelines
Be default the NUGET_PACKAGES path has a trailing slash. In our override, we should do this as well or the msbuild property that gets generated is missing the slash, which can break some builds.
2022-05-12 08:41:05 -06:00
Andrew Arnott 16d65511f7
Skip CI for release pipeline changes
Also remove extra slash in snk path
2022-05-01 15:59:52 -06:00
Andrew Arnott efe7fddda4
Simplify release and CI package push 2022-03-31 10:15:07 -06:00
Andrew Arnott 2a0cec4e01
Fix pipeline build 2022-01-22 14:50:10 -07:00
Andrew Arnott e8415ae5fc
Apply latest Library.Template 2022-01-21 17:35:39 -07:00
Andrew Arnott c0e8f42105
Use batched CI 2021-07-01 06:50:34 -06:00
Andrew Arnott fba5eed179
Rename master branch to main 2021-02-04 17:33:40 -07:00
Andrew Arnott 1ba201241f
Remove macOS from Azure Pipeline runs 2020-11-02 11:18:46 -07:00
Andrew Arnott 3c1cf12afe
Move release stages to its own pipeline 2020-07-23 22:12:57 -06:00
Andrew Arnott e221217fee
Remove GitHub Release as an expected stage in PRs 2020-07-03 16:41:59 -06:00
Andrew Arnott e55ec5e62a
Add stages to pipeline 2020-05-23 17:59:59 -06:00
Andrew Arnott 18676a3d91
Lose guid in favor of feed name
Closes #28
2020-04-09 23:23:39 -06:00
Andrew Arnott e9107462f1
Avoid building on Azure Pipelines for .github folder changes 2020-04-09 23:23:30 -06:00
Andrew Arnott 366d5df26c
Start with GitHub Actions (#34) 2020-01-14 14:59:28 -07:00
Andrew Arnott d6fe240553
Add comment explaining where to get the guid from
Fixes #28
2019-11-14 22:03:46 -07:00
Andrew Arnott 9bf33aeecb
Get building on VS 2019 machines 2019-10-14 19:18:25 -06:00
Andrew Arnott 4641b826b0
Fix auto-build of validate/* branches 2019-09-21 21:53:35 -06:00
Andrew Arnott 4ecab1957d
Redirect Only divert global package cache in Azure Pipelines
On local machines, file locks on the global package cache can cause `git clean -fdx` to fail. It also causes package restore times to be longer on local boxes after cleaning.
The extra protection afforded by a diverted package cache is good, but is probably sufficient to provide only in Azure Pipelines, or explicitly by the user when they want it.
2019-08-16 16:54:28 -06:00
Andrew Arnott 26871ccaea
Move jobs into build.yml 2019-07-12 17:24:17 -06:00
Andrew Arnott 70c8febd70
Push nuget package to CI only if all agents succeed 2019-07-08 06:19:21 -06:00
Andrew Arnott 3367e54100
Switch artifact collection and some variables to ps1 scripts 2019-07-07 22:53:26 -06:00
Andrew Arnott 5806251694
dotnet tool install resilience against authenticated feeds 2019-07-07 08:39:17 -06:00
Andrew Arnott 720653e550
Merge test results even on build/test failure 2019-07-07 08:35:27 -06:00
Andrew Arnott fc34ef4c21
Merge code coverage from all test runs and agents (#9) 2019-06-21 11:57:51 -06:00
Andrew Arnott 26696c117d
Add script for proper expansion
Closes #3
2019-06-17 09:37:46 -06:00
Andrew Arnott 05f49ce799
Initial commit 2019-06-16 17:08:01 -06:00