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

16 Коммитов

Автор SHA1 Сообщение Дата
haileymck 77570234b2 update to net 462 2024-03-08 13:41:13 -08:00
Michael Yanni 2f7dbbbc2a Remove SBOM workaround entirely. 2022-08-16 14:52:34 -07:00
Michael Yanni 417ac8ee8d Add the _manifest directory that is now being created. 2022-08-16 14:43:01 -07:00
Michael Yanni 73a2e75701 Put the sbom update target directly in the setup project. Updated target to work in the build. Updated build so it provides the right directories for the sbom update. 2022-03-28 17:04:47 -07:00
Michael Yanni 0d54f3dbea Trying latest Swix plugin to see if it works. Whitespace cleanup. 2022-03-15 16:16:34 -07:00
Tom Meschter dffa5fd80d Fix whitespace
Remove a tab in favor of spaces to match the rest of the file.
2022-02-25 15:06:15 -08:00
Tom Meschter 24b5449514 Fix installation path
In the "main" branch, our setup authoring (in files.swr) installs a couple of our .props and .targets files to "<VS install>\MSBuild\Microsoft\NuGet\16.0". This is the wrong path, as other MSBuild files try to import those .props and .targets files from "<VS install>\MSBuild\Microsoft\NuGet\<VS major version>.0". As a result these files won't be imported, and non-SDK-style projects attempting to use PackageReference-style NuGet will be very broken. Specifically, they won't read the project.assets.json file and so most reference information will be missing.

The fix here is to stop hard-coding the VS major version in file.swr and instead compute the value from a single source.

1. In Versions.props we split `VersionPrefix` into `MajorVersion` and `MinorVersion` properties.
2. In Microsoft.NuGet.Build.Tasks.Setup.csproj we expose `MajorVersion` to files.swr by creating a `SwrProperty` item of the same name.
3. In files.swr we consume this new `MajorVersion` property.

Now, when we update the major version in Versions.props the setup authoring will be updated as well.
2022-02-25 14:51:42 -08:00
Daniel Monroy 8e4aefa533 Bring back TFM 2021-04-06 20:28:18 -07:00
Daniel Monroy 19f5882c68 Update swr paths for new framework 2021-04-06 20:02:25 -07:00
Daniel Monroy 3c42f529ab Update TFM and make it packable again 2021-04-06 17:22:41 -07:00
Daniel Monroy bb3f127b28 Update files.swr 2019-10-22 18:58:02 -07:00
Daniel Monroy ebe4690ca0 Create setup (#1)
* work in progress

* fixing up swr and version


Co-authored-by: Jonathon Marolf <jmarolf@microsoft.com>
2019-10-04 17:37:21 -07:00
Daniel Monroy cc7703e3f5 work in progress 2019-10-04 16:38:51 -07:00
Daniel Monroy 257ddbd6c4 Re-add csproj file 2019-10-03 14:45:55 -07:00
Daniel Monroy d5244b4494 mimic fsharp 2019-09-04 15:56:06 -07:00
Daniel Monroy 01049b3363 Setup builds but doesn't place correctly in VSSetup folder 2019-08-26 10:57:28 -07:00