Andrew Arnott
00bcb28bfc
Add init.cmd, nbgv tool improvements, etc.
2019-07-15 10:35:54 -06:00
Andrew Arnott
2da189df18
Display dotnet --info after prereq installation
2019-07-13 07:49:31 -06:00
Andrew Arnott
354c7db5d6
Install nbgv to Agent.TempDirectory
...
Avoids errors when nbgv is already installed on a custom agent
2019-07-13 07:49:31 -06:00
Andrew Arnott
8bd008e9ce
Avoid ln on Windows
...
Some custom Windows agents don't have this
2019-07-13 07:49:31 -06:00
Andrew Arnott
1ae312b50b
Stop calling chmod on Windows
...
Not all custom Windows agents have this available.
2019-07-13 07:49:31 -06:00
Andrew Arnott
46d8abc111
Don't fail build when codecov.io is down
2019-07-12 22:03:09 -06:00
Andrew Arnott
3731857e1e
Collect symbols artifact and publish to ADO
2019-07-12 21:55:19 -06:00
Andrew Arnott
13ab120e7f
Make azp/artifacts only warn when they can't find files
2019-07-12 17:24:17 -06:00
Andrew Arnott
ecb32a2ad6
Don't deploy packages to CI feed on PR builds
2019-07-12 17:24:17 -06:00
Andrew Arnott
1263ef34db
Move nbgv installation in azp outside the src dir
...
The Agent.ToolsDirectory is a popular place to put versioned tools like this.
2019-07-12 17:24:17 -06:00
Andrew Arnott
26871ccaea
Move jobs into build.yml
2019-07-12 17:24:17 -06:00
Andrew Arnott
f4b75c2ffb
Tests ruleset inherits from shipping one
2019-07-12 09:39:31 -06:00
Andrew Arnott
18164cfa4e
Add timeout to codecov publish step
...
I saw this hang for a long time once, presumably when codecov.io was down.
2019-07-10 15:25:10 -06:00
Andrew Arnott
e4753b7b23
Add -Squash switch to Expand-Template.ps1
2019-07-09 22:10:44 -06:00
Andrew Arnott
45cb59eadb
install-dependencies.yml now shares init.ps1 script
2019-07-09 21:37:04 -06:00
Andrew Arnott
e4cbe719a9
Add init.ps1 and Install-DotNetSdk.ps1 scripts
...
Closes #12
2019-07-08 07:03:55 -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
baea971aa1
Publish merged code coverage even when some inputs fail
2019-07-07 23:01:20 -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
835ffb6982
Drop .NET Core 2.0 targeting in test project ( #13 )
...
Microsoft's long-term support for .NET Core 1.x and 2.0 [are over][LTS]. Customers targeting these versions are in a really bad place due to no security patches being offered and thus there are likely few to none out there.
[LTS]: e2f22a7106/microsoft-support.md (net-core-releases)
2019-07-07 07:34:44 -06:00
Andrew Arnott
e1d68f227c
Update packages ( #14 )
...
And a few path manipulating msbuild properties
2019-07-07 07:10:13 -06:00
Andrew Arnott
753dd46974
Avoid `var` when type is not apparent
2019-06-24 10:33:03 -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
1668c507cf
Merge pull request #6 from AArnott/fix2
...
Merge code coverage from all test runs and agents
2019-06-21 09:04:47 -06:00
Andrew Arnott
0f19c143ca
Publish merged code coverage from all test runs on Windows agent
...
Merge code coverage from all test runs on each agent.
Although we capture that merged result from each agent as its own build artifact, we have to pick just one agent's merged result to publish to ADO as the summary file.
2019-06-21 08:53:58 -06:00
Andrew Arnott
42d3ae5b22
Fill in missing parameter docs in the ps1 script
2019-06-20 15:25:57 -06:00
Andrew Arnott
5bf44a3e5e
Merge pull request #5 from AArnott/fix1
...
Fix test run names
2019-06-18 07:31:41 -06:00
Andrew Arnott
159d180e61
Fix test run names
2019-06-18 07:26:54 -06:00
Andrew Arnott
50b8ea0513
Merge pull request #4 from AArnott/ExpandTemplate
...
Add script for proper expansion
2019-06-17 09:49:09 -06:00
Andrew Arnott
26696c117d
Add script for proper expansion
...
Closes #3
2019-06-17 09:37:46 -06:00
Andrew Arnott
9a6c1df41c
Add VS Code whitespace settings
2019-06-16 21:32:09 -06:00
Andrew Arnott
05f49ce799
Initial commit
2019-06-16 17:08:01 -06:00