Andrew Arnott
29cf0a517d
Update .NET Core SDK to 3.1.302
2020-08-10 08:02:17 -06:00
Andrew Arnott
5128bb0675
Merge pull request #62 from AArnott/dependabot/nuget/coverlet.msbuild-2.9.0
...
Bump coverlet.msbuild from 2.8.1 to 2.9.0
2020-08-04 10:16:19 -06:00
dependabot[bot]
a6010319f6
Bump coverlet.msbuild from 2.8.1 to 2.9.0
...
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet ) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-04 16:16:14 +00:00
Andrew Arnott
a3cadfd6f1
Merge pull request #63 from AArnott/dependabot/nuget/Nerdbank.GitVersioning-3.2.31
...
Bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31
2020-08-04 10:15:55 -06:00
Andrew Arnott
4bad35804f
Merge pull request #61 from AArnott/dependabot/nuget/xunit.runner.visualstudio-2.4.3
...
Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
2020-08-04 10:15:33 -06:00
dependabot[bot]
116a8b074c
Bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31
...
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.1.91 to 3.2.31.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.1.91...v3.2.31 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-04 16:03:38 +00:00
dependabot[bot]
cc969eccc7
Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-04 16:03:35 +00:00
Andrew Arnott
285bd4f1a1
Enable GitHub Dependabot
2020-08-04 10:01:41 -06:00
Andrew Arnott
171534d501
Remove microbuild from CI list
2020-07-27 16:13:01 -06:00
Andrew Arnott
c03b185de7
Set output variables as well
...
This allows them to be referenced by subsequent jobs and stages.
2020-07-25 09:59:36 -06:00
Andrew Arnott
ecf6c16025
Fix build and snk updates during template expansion
...
We inappropriately removed the required snk file for our own build in 4a0dface5e
. This brings it back.
It also updates Expand-Template.ps1 to overwrite the existing one rather than creating a new one in an ignored location.
2020-07-24 08:46:23 -06:00
Andrew Arnott
2095a96269
Print existing variable in Azure Pipelines
2020-07-24 07:57:24 -06:00
Andrew Arnott
4a0dface5e
Remove strongname.snk
...
This is generated by expanding the template. It was mistakenly checked in at some point.
2020-07-15 15:08:50 -06:00
Andrew Arnott
c4a24d10ec
Merge pull request #58 from AArnott/fix57
...
Avoid unannounced system restart
2020-06-15 09:42:41 -06:00
Andrew Arnott
bc3f88d11b
Avoid unannounced system restart
...
When installing the .NET SDK or runtime, if the installer wants a system restart, it would do so quietly. This avoids the restart but adds a prompt at the end of the script to inform the user of a restart being required when necessary.
Fixes #57
2020-06-15 09:36:29 -06:00
Andrew Arnott
3c97ead14a
Update .NET Core SDK version to 3.1.301
2020-06-15 09:35:00 -06:00
Andrew Arnott
860402b0b5
Fix Install-DotNetSdk.ps1 script on Windows PowerShell
...
It misinterpreted it as a Mac/Linux environment under Windows Powershell. It only worked as-is under PowerShell Core, where `$IsWindows` is defined.
2020-06-08 15:23:03 -06:00
Andrew Arnott
825890d8b8
Merge pull request #56 from AArnott/updatePackageRefs
...
Update package references and SDK
2020-05-22 10:57:05 -06:00
Andrew Arnott
ecbb92cd2f
Quote arguments to mklink
...
This prevents breaks when the linked paths contain spaces, commas or other characters.
2020-05-22 10:20:17 -06:00
Andrew Arnott
6d120a6a22
Update SDK to 3.1.300
2020-05-22 09:56:20 -06:00
Andrew Arnott
160569a530
Update package references
2020-05-22 09:35:59 -06:00
Andrew Arnott
76eadc7926
Add README as solution item
2020-05-11 09:40:59 -06:00
Andrew Arnott
8c54c69bae
Reduce certain rule severities in test projects
2020-05-11 09:40:52 -06:00
Andrew Arnott
e649d82e01
Update dependencies
2020-04-23 09:38:25 -06:00
Andrew Arnott
a67e84559d
Reorder the docs to make more sense
2020-04-23 09:38:14 -06:00
Andrew Arnott
ddccc9105d
Fix conditional imports so they skip import on linux
2020-04-23 09:36:52 -06:00
Andrew Arnott
498b5e6a34
Authorize feeds in all nuget.config files throughout the repo
2020-04-20 12:19:03 -06:00
Andrew Arnott
35cd5a2502
Move test project authoring into test folder
2020-04-19 10:34:22 -06:00
Andrew Arnott
7688576a6a
Remove line that doesn't work on pwsh
2020-04-19 10:13:23 -06:00
Andrew Arnott
ebb0cb39f8
Make Expand-Template.ps1 executable on linux
2020-04-19 10:10:43 -06:00
Andrew Arnott
ce6f1d1170
Update link to NB.GV
2020-04-17 12:10:46 -06:00
Andrew Arnott
e907667527
Merge pull request #52 from AArnott/fix49Again
...
Bring back access tokens for AzP feed access
2020-04-16 13:39:32 -06:00
Andrew Arnott
091601252d
Bring back access tokens for AzP feed access
...
Fixes #49 (properly)
2020-04-16 12:02:37 -06:00
Andrew Arnott
f75f92a6d2
Merge pull request #46 from AArnott/topLevelTestFolder
...
Use top-level test folder beside src folder for shipping projects
2020-04-16 11:53:46 -06:00
Andrew Arnott
b38ffc731d
touchup readme
2020-04-14 11:56:47 -06:00
Andrew Arnott
e5347ab78a
Update README file
2020-04-14 11:54:51 -06:00
Andrew Arnott
a8f866124c
Merge pull request #51 from AArnott/procdump_faster
...
Acquire procdump via nuget
2020-04-14 09:58:40 -06:00
Andrew Arnott
e9dcc410b3
Acquire procdump via nuget
...
Just using nuget instead of choco makes it take less than 1 second instead of nearly a minute.
It also removes the requirement for chocolatey to be installed on AzP agents, which helps compatibility with custom/private agents.
Also move it to init.ps1 so it doesn't require a special AzP or GitHub Actions task and it canl run on local dev boxes.
2020-04-14 09:52:27 -06:00
Andrew Arnott
f45370dbf3
Fix Set-EnvVars to print vars to console
...
When run in the context of init.ps1, they were just swallowed up. Also we should only return a boolean. Outputing more than that will cause callers to malfunction.
2020-04-14 09:49:11 -06:00
Andrew Arnott
ce8a37067b
Merge pull request #50 from AArnott/fix49
...
Stop passing $(System.AccessToken) as an arg in AzP
2020-04-14 08:00:05 -06:00
Andrew Arnott
fd029d44e1
Stop passing $(System.AccessToken) as an arg in AzP
...
Fixes #49
2020-04-14 07:50:20 -06:00
Andrew Arnott
1febe78bae
Merge pull request #48 from AArnott/fix47
...
Add -y switch to choco install
2020-04-10 09:30:47 -06:00
Andrew Arnott
acda37b479
Add -y switch to choco install
...
Fixes #47
2020-04-10 09:14:13 -06:00
Andrew Arnott
3c0c7dae0f
Use top-level test folder
2020-04-09 23:33:39 -06:00
Andrew Arnott
9c3b3fe153
Fix build of WPF projects
...
Fixes #22
2020-04-09 23:30:24 -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
234e1da8eb
Fix Install-DotNetSdk script under -WhatIf
2020-04-09 23:06:03 -06:00
Andrew Arnott
5bfc8aede5
Merge pull request #45 from AArnott/moveSlnTopLevel
...
Move sln file to repo root
2020-04-09 21:43:20 -06:00
Andrew Arnott
6065471708
Move sln file to repo root
2020-04-09 21:35:17 -06:00