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

45 Коммитов

Автор SHA1 Сообщение Дата
Mike Battista 9b3452658b Updated to v63. 2024-08-26 14:29:14 -07:00
Mike Battista 948286f7c0 Updated to v62. 2024-06-17 16:51:46 -07:00
Mike Battista 0f58a9e749 Updated to v61. 2024-05-08 08:19:23 -07:00
Mike Battista a7385c89fd Updated to v60. 2024-02-16 12:34:31 -08:00
Mike Battista 3d2ba1e501 Updated to v59. 2024-01-24 15:36:58 -08:00
Mike Battista 3892ab958e Updated to v58. 2024-01-18 13:18:21 -08:00
Mike Battista 78608fdf09 Update tools to .NET 8. Fixed #1746. 2024-01-03 10:47:30 -08:00
Mike Battista 1d9fd3b678 Revert "Updated additional net6.0 references for #1746."
This reverts commit a5698d9a63.
2023-12-04 08:45:42 -08:00
Mike Battista a5698d9a63 Updated additional net6.0 references for #1746. 2023-11-30 10:34:29 -08:00
Mike Battista b83c6140ca Updated to v57. 2023-11-13 18:03:40 -08:00
Mike Battista 7c967d9c85 Updated to v56. 2023-09-20 07:45:08 -07:00
Mike Battista 7d7e2f33ce Updated to v55. 2023-08-07 11:28:23 -07:00
Mike Battista 125ac22138 Updated to v54. 2023-07-11 08:42:10 -07:00
Mike Battista 210caf62f3 Updated to v53. 2023-05-23 10:40:24 -07:00
Mike Battista 6df889d172 Updated to v52. 2023-05-05 16:07:08 -07:00
Mike Battista 9e0a603f2e Updated to v51. 2023-04-28 07:54:06 -07:00
Mike Battista 92565ba4e5 Updated to v50. 2023-04-11 17:36:57 -07:00
Mike Battista 6e210a71e0 Updated to v49. 2023-03-30 18:57:06 -07:00
Mike Battista b93da8299b Updated to v48. 2023-03-22 19:55:24 -07:00
Mike Battista 6c3d45ef9d Updated to v47. 2023-03-15 10:52:50 -07:00
Mike Battista 968b2893e7 Updated to v46. 2023-03-14 20:18:07 -07:00
Mike Battista c7aaafe318 Updated to v45. 2023-03-10 07:50:56 -08:00
Mike Battista c9fd89cb86 Updated to v44. 2023-03-06 12:36:14 -08:00
Mike Battista da17653d40 Updated to v43. 2023-02-21 13:56:39 -08:00
Mike Battista 97632fc26c Updated to v42. 2023-01-25 09:26:24 -08:00
Mike Battista 90146d0bed Updated to v41. 2022-12-12 07:50:20 -08:00
Mike Battista 41df57a893 Updated to v40. 2022-11-28 16:56:19 -08:00
Andrew Arnott 0e77676365
Sign the Microsoft.Windows.Sdk.Win32Docs.dll assembly (#1380)
* Sign the Microsoft.Windows.Sdk.Win32Docs.dll assembly

We need to build it, sign it, then pack it.

* Update Nerdbank.GitVersioning
2022-11-22 19:41:29 -08:00
Mike Battista 3e419acfaf Updated to v39. 2022-11-15 15:30:55 -08:00
Mike Battista 6779c26e6e Updated to v38. 2022-11-01 19:34:55 -07:00
Sophia Chen 968c7df0c4
Update to v37 (#1316)
Co-authored-by: Sophia Chen <sophia.six.chen@gmail.com>
2022-10-17 10:30:06 -07:00
Sophia Chen 3cb18db2b6
update to v36 (#1308)
Co-authored-by: Sophia Chen <sophia.six.chen@gmail.com>
2022-10-11 07:57:55 -07:00
Sophia Chen eaf86e1617
Update to V35 (#1278)
Co-authored-by: Sophia Chen <sophia.six.chen@gmail.com>
2022-09-26 13:47:48 -07:00
Sophia Chen 99ec988393
update new release (#1268)
Co-authored-by: Sophia Chen <sophia.six.chen@gmail.com>
2022-09-21 11:36:01 -07:00
Steve Otteson 77059802a6
Update to v33 (#1240) 2022-09-09 12:21:53 -07:00
Steve Otteson cf796554e1
Update to v32 (#1215) 2022-09-01 13:45:23 -07:00
Steve Otteson 0ceffb85d1
Update to v31 (#1210) 2022-09-01 08:07:05 -07:00
Steve Otteson c9e348a3c4
Use a common property for the last release version. (#1186)
Add a script to edit that property and clear the known changes.
2022-08-29 14:27:18 -07:00
Andrew Arnott b286d8956c
Update repo SDK and build authoring (#942)
* Bump 5.0 SDK and runtimes to 6.0

* Make it very clear that Powershell 7 is required

The new `#Requires` line makes the DoAll script fail fast with a helpful error:

> .\DoAll.ps1 : The script 'DoAll.ps1' cannot be run because it contained a "#requires" statement for Windows PowerShell 7.0. The version of Windows PowerShell that is required by the script does not match the currently running version of Windows PowerShell 5.1.22000.653.

Before this, the user may get some weird error about `Select-String -Raw` not working.

* Fix BuildSdk.proj default build

It doesn't like to be *built*. It only likes to be packed.

* Improve discovery of VS installations

* Install the .NET 5 runtime for ClangSharpPInvokeGenerator
2022-06-01 15:16:12 -07:00
Steve Otteson b07213e28b
Incremental build system (#670)
* Initial check

* Get rid of .zip

* Fix x64 path bug in pipeline

* Dump obj to debug pipeline issue

* Get rid of duplicate files

* Fix missing partitions due to gitignore

* Additional updates for scripts

* Improve use of WinSDK assets by external projects

* Force the targets to skip scraping if we pass in a flag

* Remove creation of log dir

* Need to update .gitignore for generation project rename

* More upates

* Merge with main, update scripts with better error handling, don't clobber checked in global.json for tests

* Remove unnecessary line from script

* Bad variable in script
2021-09-23 21:38:28 -07:00
Steve Otteson 3ab34ff41b
Fix metadata SDK project, change samples to build against built nuget packages (#649)
* Add MetadataTasks.dll to Microsoft.Windows.WinmdGenerator package

Fixes #644
This probably regressed in #630

* Bring back `Project/@Sdk` attribute

* * Additional fixes to metadata sdk
* Change the samples to use built nuget packages
* Change the DoAll.ps1 script to build the packages and the samples

* Move metadata SDK samples into their own directory so that their nuget.config doesn't mess with product builds

Co-authored-by: Andrew Arnott <andrewarnott@live.com>
2021-09-14 08:49:03 -07:00
Andrew Arnott 931fa65996
Build authoring cleanup (#630)
* Don't launch debugger during build unless an environment variable is set

* Add .editorconfig and apply to msbuild files

* Delete obsolete sample pack script

* Suppress some pack warnings

* Build the metadata package to the same path as docs by default

* Lots of build authoring cleanup

* Consolidate nuget.config files wherever possible.
* Consolidate msbuild sdk versions into a global.json file.
* Consolidate definitions of OutputPath in msbuild projects.
* Remove/fix msbuild properties that were inconsistently or redundantly applied in project files.
* Move Project Sdk attributes from Sdk.props to each project that imported it.
* Remove a bunch of 1-project solution files in favor of a new BuildTools.sln that contains them all.

* Target net5.0 instead of netcoreapp3.1

* Add task to print out .NET version info

* Disable signing consistently

* Set up VS env vars

* Fix bad paths for winmd
2021-09-02 20:36:15 -07:00
Andrew Arnott c3f9de1b73
Add API Docs package build to pipeline 2021-06-24 11:52:46 -06:00
Steve Otteson de5e2abfc0
Use nerdbank.gitversioning to better deal with versioning (#476)
* Converting to use Nerdbank.GitVersioning

Thanks to @AArnott for this cool project that automatically increments our build numbers for us.

Co-authored-by: Steve Otteson <sotteson@microsoft.com>
2021-05-14 16:09:07 -07:00
Tanner Gooding 87a93e7cf1 Adding empty Directory.Build.props/targets to avoid picking up external ones 2021-01-30 09:34:05 -08:00