Commit Graph

646 Commits

Author SHA1 Message Date
Travis Plunk
adac4c7117
Add a way to use only NuGet feed sources (#24528)
* Update build.psm1

* update default feeds

* fix issue with cgmanifest having duplicate existing entries

* update pattern
2024-10-31 20:13:04 +00:00
Travis Plunk
ac8ab0db22
Checkin generated manpage (#24423)
* checkin generataed manpage

* move ronn file into new folder

* update build and release to use new asset

* add a minimal macos packaging test

* add correct dependency for the macos packaging stage

* fix packaging error

* remove removing files
2024-10-14 12:16:10 -07:00
Aditya Patwardhan
de0c8d21f4
Do not build the exe for Global tool shim project (#24263) 2024-09-10 20:47:23 +00:00
Travis Plunk
3097c1862e
Update and add new NuGet package sources for different environments. (#24264)
* Update nuget.config

* Update build.psm1

* Update build.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2024-09-10 19:41:53 +00:00
Travis Plunk
5919a249a1
Fixes to Azure Public feed usage (#24149)
* Fix code PATs

* Fix feed PATs

* remove gallery commit

* update feed url

* Update to new variable groups

* Fix Variable name

* Fix credential template

* Disable Signing setup in prep stage

* Capture nuget source list

* lock down the firewall

* Add creds to feed switch to allow single switch location

* Use switch from build.psm1

* Use switch template instead of commands

* update to test feed

* disable codeql in jobs where we don't compile

* disable code sign validation for prep

* move capture steps to restore phase to see if it speeds things up

* remove duplicate capture of nuget config

* update test service

* Only build windows test service on windows

* warn when no config is generated

* try to fix test service

* fix web listener refs

* try removing dotnet tool

* update feedname with user info

* update package version that is not found

* try moving failing jobs to restore phase

* allow nuget inset in either phase

* update package ref

* use the right reporoot

* Move everything to restore

* Try adding build phase

* put nuget files in the right place

* move bootstrap into yaml

* remove onebranch agent items from macos build

* switch to environment variable

* bump a couple of packages

* fix formatting

* Fix static analysis issue

* update feed url to test restoring everything

* install the AzFeed cred provider

* fix binlog issues
2024-08-15 09:06:29 -07:00
Travis Plunk
345707c2a1
Add ability to capture MSBuild Binary logs when restore fails (#24128)
* Capture binary logs

* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
2024-08-09 10:23:31 -07:00
Travis Plunk
947a41b556
chore: Refactor Nuget package source creation to use New-NugetPackageSource function (#24104) 2024-08-02 12:56:52 -07:00
Travis Plunk
8a8f2d4b23
Make Microsoft feeds the default (#24098) 2024-07-31 19:41:15 +00:00
Travis Plunk
3a6916320b
Add script to update SDK version during release (#24034) 2024-07-30 13:17:45 -07:00
Aditya Patwardhan
53df284437
Updates to package and release pipelines (#23800) 2024-05-15 16:35:46 -07:00
Aditya Patwardhan
df56ce2404
Use PSScriptRoot to find path to Wix module (#21611) 2024-05-06 23:23:08 +00:00
Tess Gauthier
361403c836
update wix package install (#21537) 2024-05-02 22:52:22 +00:00
Aditya Patwardhan
b2574ce6f8
Official PowerShell Package pipeline (#21504) 2024-04-22 16:26:03 -07:00
xtqqczze
f8ca532dd7
Suppress MacOS package manager output (#21244) 2024-02-27 15:13:40 -08:00
Aditya Patwardhan
d213bc82e9
Add dotenv install as latest version does not work with current Ruby version (#21239) 2024-02-16 22:22:35 +00:00
Aditya Patwardhan
a145f47787
Bump to .NET 9 Preview 1 (#21229) 2024-02-16 03:15:11 +00:00
Aditya Patwardhan
341c9a7e5f
Fix release build by making the internal SDK parameter optional (#20658) 2023-11-09 19:28:35 +00:00
Aditya Patwardhan
c8afc18404
Fix setting of variable to consume internal SDK source (#20644) 2023-11-06 16:02:45 -08:00
Aditya Patwardhan
a24e954069
Fix alpine tar package name and do not crossgen alpine fxdependent package (#20459) 2023-10-09 14:54:38 -07:00
Aditya Patwardhan
242af6adb5
Fix the release build by moving to the official .NET 8-rc.1 release build version (#20333) 2023-09-25 09:28:14 -07:00
Aditya Patwardhan
f71404d834
Update .NET SDK to version 8.0.100-rc.1.23455.8 (#20269) 2023-09-20 14:33:49 -07:00
Mustafa Ateş Uzun
6df26a3cac
Fix typo donet to dotnet in build scripts and pipelines (#20122) 2023-08-29 12:49:53 -07:00
Aditya Patwardhan
ca9cab9443
Add alpine framework dependent package (#19995) 2023-08-08 16:09:10 -07:00
CarloToso
e8ce6a5b1f
Support Unix-Socket in WebCmdlets (#19343) 2023-07-24 16:44:32 -07:00
Sean Wheeler
5595072568
Change docs.microsoft.com to learn.microsoft.com (#19994) 2023-07-17 15:54:17 -07:00
Anam Navied
64d1d5caae
Add runtime and packaging type info for mariner2 arm64 (#19450) 2023-07-06 10:52:04 -07:00
Aditya Patwardhan
e95f7fb50f
Test fixes for stabilizing tests (#19068) 2023-03-13 15:40:27 -07:00
Aditya Patwardhan
2d15e0c5b6
Update to .NET 8 preview 1 build (#19194) 2023-02-22 16:12:16 -08:00
Travis Plunk
47f8df26b5
Add verification of R2R at packaging (#19129)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2023-02-14 19:33:34 +00:00
Travis Plunk
f13974840b
Allow cross compiling windows (#19119)
* Allow cross compiling windows

* fix exp feature generation

* make sure all platforms have OSArchitecture
2023-02-09 12:15:31 -08:00
Travis Plunk
b2c4888ebb
Add Windows ARM64 CI (#19040)
* Add CI for win-arm64

* Add common function to test for windows arm64

* Update because string where items need investigation

---------

Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2023-01-31 12:06:29 -08:00
Steve Lee
eda2bd6279
Update build to include WinForms / WPF in all Windows builds (#18859) 2023-01-05 16:34:55 -08:00
Dongbo Wang
18093283ed
Avoid depending on the pre-generated experimental feature list in private and CI builds (#18484) 2022-11-09 17:26:53 -08:00
Travis Plunk
665bf21fcb
Bump to use internal .NET 7 GA build (#18508) 2022-11-09 22:51:24 +00:00
Travis Plunk
67135b47d7
Insert the pre-release nuget feed before building test artifacts (#18507) 2022-11-09 14:37:13 -08:00
Travis Plunk
00a51d4a11
Merged PR 23139: Add test for framework dependent package in release pipeline (#18506) 2022-11-09 13:56:12 -08:00
Travis Plunk
58f2b2c8d0
Update to azCopy 10 (#18509) 2022-11-09 13:55:35 -08:00
Aditya Patwardhan
f9b6d12dde
Do not remove penimc_cor3.dll from build (#18438) 2022-11-01 17:27:09 -07:00
Aditya Patwardhan
813d38875d
Revert "Replace win7 runtime with win8 and remove APISets (#18304)" (#18322) 2022-10-18 16:48:07 -07:00
Aditya Patwardhan
cc86f9ffd1
Replace win7 runtime with win8 and remove APISets (#18304) 2022-10-18 11:07:22 -07:00
Aditya Patwardhan
9e05d675cb
Do not cleanup pwsh.deps.json for framework dependent packages (#18226) 2022-10-06 11:42:47 -07:00
Aditya Patwardhan
b90a1e65a3
Remove unnecessary native dependencies from the package (#18213) 2022-10-04 16:17:45 -07:00
Dongbo Wang
67a3830fec
Remove XML files for min-size package (#18189) 2022-10-04 10:17:48 -07:00
Travis Plunk
d9d6b7f8de
Move ApiScan to compliance build (#18191) 2022-09-30 14:59:01 -07:00
Dongbo Wang
6e00e8a356
Fix the verbose message when using dotnet-install.sh (#18184) 2022-09-28 21:30:43 -07:00
Dongbo Wang
471d9cda41
Remove unneeded verbose message in build (#17840) 2022-08-03 21:35:18 -07:00
Dominik Kaszewski
8950962b04
Detect default runtime using dotnet --info in build.psm1 (#17818)
* Detect runtime using dotnet --info

* Fix path joined with backslash in Start-DevPowerShell

* Rename variable to not collide with automatic one

* Fix platform on Windows

* Fix platform on OSX

* Review: separate detection per-platform

* Revert else split to minimize diff

* Update build.psm1

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2022-08-03 12:29:23 -07:00
github-actions[bot]
17b23e3ebc
Update .NET SDK version from 7.0.100-preview.5.22307.18 to 7.0.100-preview.6.22352.1 (#17634) 2022-07-06 17:35:59 -07:00
Tamás Vajk
b88cd3ae2e
Fix build.psm1 to not specify both version and quality for dotnet-install (#17589) 2022-06-28 11:00:34 -07:00
Shuangchi He
c5d31c9e10
Correct spelling in Comments and tests (#17480) 2022-06-06 09:55:33 -07:00