Commit graph

63 commits

Author SHA1 Message Date
Michael Yanni
3acc889653 Merge branch 'feature/installer-merge-update-main' into feature/installer-merge-update
# Conflicts:
#	.vsts-ci.yml
#	eng/Publishing.props
#	eng/Versions.props
#	eng/build.yml
#	global.json
#	src/redist/targets/BundledTemplates.targets
#	src/redist/targets/GenerateBundledVersions.targets
#	src/redist/targets/Versions.targets
2024-04-05 11:17:48 -07:00
dotnet-maestro[bot]
725a5a46c6
[main] Update dependencies from dotnet/arcade (#19049)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-18 15:30:36 +00:00
Nikola Milosavljevic
3384a8d60f
Enable publishing in VMR (#18917)
Co-authored-by: Přemek Vysoký <premek.vysoky@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-15 15:48:15 +01:00
Michael Yanni
046c1599b7 Minor formatting cleanup. 2024-01-23 14:47:28 -08:00
Matt Mitchell
399e699993
Do not auto-generate symbol packages (#17097) 2023-08-08 14:00:15 -07:00
martincostello
06e2df62cb Publish productCommit-*.json
- Publish the `productCommit-*.json` files.
- Do not publish the `productCommit-*.json` checksums.
2023-07-19 08:50:20 +01:00
Matt Mitchell
369171ae0f
Do not publish wixpacks when postbuild sign is not true (#16617) 2023-06-13 09:24:08 -07:00
Matt Mitchell
6b8dcc20a1
Publish checksums (#15803) 2023-03-20 14:07:20 -07:00
Matt Mitchell
64c36e46ff
Use arcade's conditional pattern for publishing (#11172)
Arcade runs CI/PR builds with --publish on. This does a general dry run of some parts of publishing. However, in this mode, packages are NOT published, as the azdo publishing target does not run if DotNetPublishUsingPipelines is false. This is false in non-official scenarios. installer is missing a check of this conditional for its custom installer publishing. Add it.
Note that we could probably remove the explicit use of PushToAzureDevOpsArtifacts in installer, by using `eng/Publishing.props` in a more typical workflow. See https://github.com/dotnet/aspnetcore/blob/main/eng/Publishing.props for an example of this. That would also avoid this bug.
2021-07-20 12:33:43 -07:00
Matt Mitchell
e58843bebc
Remove Copy Blobs To Latest functionality and clean up some publishing (#10773)
- The stage has been subsumed by the aka.ms functionality and now can be removed.
- Clean up dead properties and functionality no longer needed because of it.
- Removing publishing of nupkg files as blobs. This used to be useful before because we often needed to get at the nupkgs in a flat, easy to copy format for pushing to the VS feed. But now the staging pipeline takes care of this, and moreover the use of post-build signing means that these files are not useful straight out of the build anyway. This should reduce publishing time and some post-build signing time.

Remove nupkg install in publishing.props
2021-05-26 15:13:19 -07:00
Andy Gocke
82a95978c4
Avoid duplicate txt files in official build (#10026) 2021-03-24 22:49:28 -07:00
Michelle McDaniel
1baecf1295
Duplicate productVersion.txt with repo-specific name (#9666)
In our efforts to unify the build access story using aka.ms links, we have found that there are certain files that share the same name in multiple different repositories, most importantly, productVersion.txt. As part of the work to move to aka.ms links, we will be flattening the short link paths, so rather than having a runtime-specific, aspnetcore-specific, etc. full path to the files generated by each of the repos, they will all go to the same short link location. This means that the path to productVersion.txt will collide in the aka.ms links (the backing locations are not changing and will be unaffected). To combat this, we will add a duplicate of each of the product repos productVersion.txt, renamed to indicate which product repo it came from, in this case installer-productVersion.txt. The original will remane so that we do not break existing scenarios that do not use the aka.ms links.
2021-02-09 17:13:36 -08:00
Matt Mitchell
336b2cdcf7
Reenable and fix post build signing (#9176)
Fixes post build signing so that the manifests are conformant with the requirement that items to sign should also appear in the artifacts section of a manifest.
2020-12-01 06:56:48 -08:00
Matt Mitchell
e8dddcc611
[release/5.0.1xx] Enable post build signing (#8764)
* Enable post build signing
Enables post build signing of installer by including the items that need to be signed
post build in an ItemsToSignPostBuild item group and moving the file signing information
into the Signing.props files.

Changes to in-build signing have been verified by taking a drop with the current in-build
structure and comparing the the signatures and strong name keys between files
in equivalent builds.

* Enable post build signing
Enables post build signing of installer by including the items that need to be signed
post build in an ItemsToSignPostBuild item group and moving the file signing information
into the Signing.props files.

Changes to in-build signing have been verified by taking a drop with the current in-build
structure and comparing the the signatures and strong name keys between files
in equivalent builds.

Co-authored-by: dotnet-bot <dotnet-bot@dotnetfoundation.org>
Co-authored-by: Christopher Costa <chcosta@microsoft.com>
2020-10-14 14:55:38 -07:00
Matt Mitchell
03b7ec459d
Remove double publish in stable builds (#8553)
https://github.com/dotnet/arcade/pull/6051 fixed the issue where the install
scripts require matching names of files to directories. Remove the double
publish change introduced in 3.0

Co-authored-by: dotnet-bot <dotnet-bot@dotnetfoundation.org>
2020-09-18 13:38:18 -07:00
Epsitha Ananth
45d9204c7a
V3 publishing (#8598)
* v3
2020-09-17 10:05:22 -07:00
Matt Mitchell
fe7bc6ddef Fix asset manifest file names.
Set the asset manifest OS and change the name of the installers manifests.
Currently arcade defaults to using OS-Platform as the asset manifest file name.
Installer does a ton of building in docker containers, which ends up generating
many overlapping names. This is a symptom and also likely hiding some non-determinsm.

To fix, change the name of the blob asset manifest name to include a "-installers" suffix.
Then alter the property names around a bit so that AssetManifestOS is set
prior to publish.proj's publish target being run.
2020-08-03 13:02:10 -07:00
Matt Mitchell
37448c5edb Revert "Publish the SDK sentinel package as a package (#8012)"
This reverts commit a7cf77dd66.
2020-08-03 12:02:52 -07:00
Matt Mitchell
26ae36f79d Revert "Only publish Microsoft.DotNet.Sdk.Internal once (#8016)"
This reverts commit 7e76b75c65.
2020-08-03 12:02:45 -07:00
Matt Mitchell
0dd3ff77c7
Only publish Microsoft.DotNet.Sdk.Internal once (#8016)
Otherwise we run into a publishing check that ensures that there are no duplicates.
Also don't push if the packages itemgroup is empty
2020-07-17 08:44:45 -07:00
Matt Mitchell
c68bf8e60a
Publish the SDK sentinel package as a package (#8012) 2020-07-16 13:38:34 -07:00
Matt Mitchell
8f68acd8bb
Use more consistent manifest attributes (#7991)
Create manifest attributes that are consistent with arcade's usage.
This also means they will be consistent between manifests, which is important.
2020-07-15 13:32:28 -07:00
Sarah Oslund
7ff1c83b68 Only publishing nonshipping binaries when PublishBinariesAndBadge is not false 2020-06-30 09:13:04 -07:00
Matt Mitchell
1f2fb0525f
Make some artifacts non-shipping (#7857)
Makes the following artifacts non-shipping:
- template msis
- sdkplaceholders
- sdk-internal archives

For now these have been preserved as non-shipping rather than not published at all.
They all get packaged up in the VS insertion nupkgs, so I think in reality we don't need them at all.
2020-06-25 11:36:38 -07:00
Matt Mitchell
3c6fe698ef [release/5.0.1xx-preview4] Generate versions sparsely (#7290)
* Publish productVersion sparsely
Do not publish the productVersion file in every leg. Publish only in win-x64,
so that we don't end up uploading it for every manifest. Publishing breaks in this scenario today.
This is a real bug in publishing, but we will probably tighten the restrictions in the
Publish to BAR step so that multi-publishign the same asset is an error.

Also remove the productCommit-* in cases where we have overlapping rids, which would cause the same problem
2020-04-27 08:06:24 -07:00
Bekir Ozturk
e48b81f37e Generating a productCommit for each rid 2020-03-27 13:49:29 +01:00
Bekir Ozturk
996babd3f6 productVersion filename and content change 2020-03-26 21:32:21 +01:00
Bekir Ozturk
9aac2bd589 Created a productVersion.version to be published 2020-03-26 16:39:00 +01:00
Divino César
4c6dfd1188
Simplify eng\publishing.props (#6501)
With newer versions of Microsoft.DotNet.Build.Tasks.Feed you don't need to pass a temporary path to the manifest. I.e., we can remove AssetsTemporaryDirectory and associated code.
2020-02-28 14:01:01 -08:00
Nick Guerrera
3056ef90cd
Revert "Simplify eng\publishing.props (#6491)" (#6495)
This reverts commit 2b2cae502b.

The arcade change it needs isn't in
2020-02-20 14:54:19 -08:00
Divino César
2b2cae502b
Simplify eng\publishing.props (#6491)
* Simplify eng\publishing.props

With newer versions of Tasks.Feed and Arcade.SDK you don't need these lines.

* Let Arcade.SDK dictate the version of Tasks.Feed
2020-02-20 14:12:24 -08:00
Livar Cunha
688644d44e Did a hack where we are writing the version to a file during build to be read during publish, as these are two separate builds by arcade and also passed the BuildNumberId so that the id is calculated properly during copy to latest. 2020-01-09 21:13:46 -08:00
Livar Cunha
ca6e86d472 Move GenerateFullNuGetVersion to a different target to be shared by build, publish and publish to latest. 2020-01-09 11:31:14 -08:00
Livar Cunha
72f288ab58 Switching from using commit height for versioning to using Arcade's scheme. 2019-12-20 13:19:56 -08:00
Matt Mitchell
902ae5f8e3
[release/3.0.1xx] Publish SDK bits to a suffixed location (#5078)
* Publish SDK bits to a suffixed location
Also, when DropSuffix==true, copy all files that contain the stable sdk version to a file containing the non-stable file name
2019-10-07 13:11:06 -07:00
riarenas
c84ef86d91 Changes for core-sdk to move to yaml stages 2019-09-12 13:19:14 -07:00
Livar Cunha
d7013a6c5c Adding the swr as a file to be published. 2019-07-24 13:17:25 -07:00
Livar
f465a0873c
Merge pull request #2656 from riarenas/riarenas/testing
Publish the internal dummy package used by dependency flow using Arcade.
2019-07-11 10:32:48 -07:00
riarenas
666ba6a256 revert deletion of blank line 2019-07-01 10:31:42 -07:00
Christopher Costa
e0a6ccca89 Provide NonShipping metadata 2019-06-26 13:55:25 -07:00
riarenas
b9d748378e remove blank line 2019-06-26 13:21:40 -07:00
riarenas
4600b1f284 Publish the internal dummy package used by dependency flow using Arcade. 2019-06-26 10:28:18 -07:00
John Beisner
d987a525c8
Resolve named CAB collision and drop the CABs (#1976)
* Resolve named CAB collision; drop the CABs.

* Resolving naming convention warning: 8 chars plus {0} are allowed.

* Update src/redist/targets/packaging/windows/clisdk/dotnet.wxs

Co-Authored-By: Peter Huene <pehuene@microsoft.com>
2019-05-16 16:33:29 -07:00
Nick Guerrera
34e3ada495
Merge pull request #343 from nguerrera/publish-non-shipping
Publish non-shipping VS.* packages to blob storage
2019-01-31 16:29:21 -08:00
Nick Guerrera
4677d4d6f4 Remove obsolete ShipInstaller metadata 2019-01-31 15:34:59 -08:00
Nick Guerrera
fb32fb4417 Publish non-shipping VS.* packages to blob storage 2019-01-30 16:24:21 -08:00
Christopher Costa
a0a6844e0b Differentiate manifests 2019-01-28 10:32:29 -08:00
Christopher Costa
9d4acc274c use agent_os 2019-01-24 16:43:28 -08:00
Christopher Costa
230f7ea7cb Update manifest name based on osname existence 2019-01-24 16:40:12 -08:00
Christopher Costa
df6f0d65e6 Change asset manifest filename to use osname 2019-01-24 15:48:08 -08:00