Commit Graph

25 Commits (v3)

Author SHA1 Message Date
Next Turn a6ba41681d
Upgrade to .NET 7 (#1001) 2023-01-29 00:27:45 +08:00
Next Turn 9fbb729713
Fix build pipelines (#998) 2023-01-19 21:09:09 +08:00
Zhiyuan Zheng 8e26700795
Include ARM64 build as part of the releases (#940)
Simply add below command:
```
 dotnet publish src\WinSW\WinSW.csproj -c $(BuildConfiguration) -f net6.0-windows -r win-arm64 -p:Version=$(BuildVersion)
```
2022-08-23 09:58:43 +02:00
Next Turn b774ee1ca5
Revert "Revert "Upgrade to .NET 6 (#806)"" (#852)
* Revert "Revert "Upgrade to .NET 6 (#806)" (#817)"

This reverts commit 885877c12b.

* Don't treat ILLink warnings as errors
2021-08-09 11:46:30 +08:00
Next Turn 885877c12b
Revert "Upgrade to .NET 6 (#806)" (#817)
This reverts commit 6db5fbc2c3.
2021-04-09 14:03:24 +08:00
Next Turn 6db5fbc2c3
Upgrade to .NET 6 (#806) 2021-03-17 02:10:31 +08:00
NextTurn cb345fe8a5 Update build.yml 2020-12-24 16:41:45 +08:00
NextTurn 599a52c70e Rename framework-dependent deliverables 2020-12-08 02:40:01 +08:00
NextTurn 9d0851b3b0 Rename self-contained deliverables 2020-12-07 18:43:26 +08:00
NextTurn 5a61df61e3 Fix single-file apps 2020-11-11 17:05:49 +08:00
NextTurn 1996edc6b4 Fix build warnings 2020-09-17 13:56:45 +08:00
Next Turn 03ae1ef827
Revise docs for 3.0.0-alpha.4 (#645)
* Remove invalid start modes

* since

* Fix typos

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update release-drafter.yml

* Update release-drafter.yml

* Add commands

* Add `autoRefresh`

* Add link to v2 branch

* Latest SemVar

* Update build.yml

* Update release-drafter.yml
2020-08-30 08:56:18 +08:00
NextTurn 3bfa46f5b0 Upgrade to .NET 5 2020-08-20 11:03:40 +08:00
NextTurn b85593eb11
Increase code coverage 2020-08-10 09:19:12 +08:00
NextTurn b419e9c8e2 Publish self-contained archives 2020-07-22 10:20:00 +08:00
Next Turn d466bade0f Upgrade build flows 2020-07-20 23:15:00 -07:00
NextTurn bbb3cd578c Reorganize projects 2020-07-18 18:55:43 -07:00
NextTurn 2254aa78c4 Stop supporting .NET Framework 2.0/4.0 2020-07-16 11:23:17 +08:00
NextTurn 85c8d69c17 WinSW v3 test plan 2020-06-25 11:34:19 +08:00
NextTurn 9926ed8303
Revert "#549 - Apply the .NET Core Restore workaround"
This reverts commit 58d45e32eb.
2020-06-18 23:51:31 +08:00
Oleg Nenashev 58d45e32eb #549 - Apply the .NET Core Restore workaround
See https://developercommunity.visualstudio.com/solutions/1076778/view.html
2020-06-18 10:39:50 +02:00
NextTurn 68415dfbe9
Merge build pipelines 2020-04-25 12:38:45 +08:00
NextTurn 749612b978 Disable PR trigger in release builds 2020-04-09 17:02:02 +08:00
NextTurn f9112a18e2
Use variable group in pipelines 2020-04-08 15:49:47 +08:00
Next Turn 64586569f8
Set up CI with Azure Pipelines 2020-04-06 16:47:28 +08:00