Thomas Boop
1d9d6d7fb0
Update Actions to node16 ( #1469 )
...
* update actions
* address merge conflicts
* fix java updates
* update github script
* update cache to v3
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
2022-03-28 22:40:48 +05:30
litetex
5760418d4f
dotnet-Workflows: Use latest channel version ( #723 )
...
* Use latest channel-version
* Use latest channel-version
2021-01-15 15:20:42 -05:00
Rainer Sigwald
2c1a53ec93
Don't build when running tests
...
If the workflow is going to split restore, build, and test into separate
steps, each should use the result of the prior. Build was invoked with
`--no-restore` but test was restoring, building, and then testing.
2020-12-10 17:45:12 +00:00
Rainer Sigwald
0c4ccab691
Don't specify configuration for dotnet build
...
Since `dotnet test` below didn't specify the Release configuration,
it used the default configuration (generally Debug).
2020-12-10 17:45:12 +00:00
Rainer Sigwald
b05136d6b3
Nit: Title restore step with "restore"
...
This is more like how folks generally refer to it in .NET-land.
2020-12-10 17:41:44 +00:00
Rainer Sigwald
4dae3bbf12
Update .NET Core branding to .NET
...
Per the branding that .NET 5.0 is the next release after .NET Core 3.1.
2020-12-10 17:40:37 +00:00