Nate McMaster
b4570871aa
Change publish feed to workaround 'Waiting to obtain an exclusive lock on the feed.' ( #240 )
2019-02-22 15:15:24 -08:00
Ryan Brandenburg
fc8f1b0924
Increase timeout to allow BAR
2019-02-20 14:41:27 -08:00
Nate McMaster
b8af153177
Update CI to build with VS2019 Preview 3 and require vs >= 16.0 for command line builds ( #230 )
2019-02-20 10:44:17 -08:00
Nate McMaster
6645ec6a80
Update dependencies and add a code check step to PR validation ( #217 )
...
Changes:
* Update to latest core-setup dependencies (generated using https://github.com/aspnet/AspNetCore-Internal/pull/1830 )
* Add a step which asserts that version.props and versions.details.xml are in sync
* Add PR check which ensures solution files are not broken
2019-02-19 09:17:05 -08:00
Doug Bunting
925fce5961
Add component detection step to builds
...
- aspnet/AspNetCore-Internal#1254
2019-02-13 10:23:54 -08:00
Pranav K
f58c436961
Use new PreserveCompilationReferences in Razor Sdk ( #187 )
...
* Use new PreserveCompilationReferences in Razor Sdk
Fixes https://github.com/aspnet/AspNetCore/issues/6512
2019-02-11 19:54:04 -08:00
Christopher Costa
f061533394
Publish to bar, use updated yaml templates schema ( #129 )
2019-01-15 15:56:11 -08:00
Ryan Nowak
d6ef690005
Fix .vsman authoring
...
The problem is that these variables have the wrong definition when
building in the internal repo.
2019-01-15 10:21:03 -08:00
Ryan Nowak
9fa961dd34
Fix VSIX build by using arcade features
...
Our build isn't producing valid insertion payloads due to a missing
property. I'm passing that in from the build definition and also
removing some of our workarounds.
2019-01-14 22:22:49 -08:00
Ajay Bhargav Baaskaran
2ad0641b1e
Reenable skipped test ( #99 )
2019-01-09 11:39:02 -08:00
Ryan Nowak
22248cbdd9
Increase build timeout to 120 mins ( #57 )
2018-12-20 17:21:06 -08:00
Ryan Nowak
60f340f375
Add back nuget packages as artifacts
...
These disappeared at some point :(
2018-12-18 15:21:53 -08:00
Ryan Nowak
64b1c2d0ba
Fix publishing on windows/debug
2018-12-18 14:42:01 -08:00
Ryan Nowak
74bc4be244
Enable BAR publishing
...
This change adds a set of workarounds that we need to enable publishing to
BAR from this repo.
1. Workaround the attempt to call the Execute task on every project
2. Move symbol publishing to its own step so that it keeps happening
3. Reenable BAR publishing
2018-12-18 13:48:55 -08:00
Ryan Nowak
6c0b966b77
Add release builds to official trigger
2018-12-11 20:40:09 -08:00
Ryan Nowak
5554f10d5b
properly disable feed publishing
2018-12-07 20:05:16 -08:00
Ryan Nowak
fa0938b8b0
Another attempt to get symbol publishing working
2018-12-07 19:05:16 -08:00
Ryan Nowak
2a4e513d1a
Revert "Attempt to re-enable BAR publishing"
...
This reverts commit 5c19d97ed0
.
2018-12-06 14:42:46 -08:00
Ryan Nowak
5c19d97ed0
Attempt to re-enable BAR publishing
2018-12-06 13:51:16 -08:00
Ryan Nowak
847b2874b0
Update Arcade and remove workaround
...
Removes the workaround we needed to fix symbol publishing when running
on full MSBuild
2018-12-06 12:18:44 -08:00
Ryan Nowak
4717e1422c
Simplify manifest publising
...
We need the trailing ; on the URL, but that's not very friendly for YAML.
2018-12-06 08:04:39 -08:00
Ryan Nowak
a5ed1483c7
Use SourceBranchName
2018-12-05 22:05:14 -08:00
Ryan Nowak
c842812af6
Remove semicolon
2018-12-05 22:01:35 -08:00
Ryan Nowak
b06ab2ebc1
Fix versioning and manifest generation for VSIX
2018-12-05 20:20:49 -08:00
Ryan Nowak
b5e691be88
Lets give up for now
2018-12-04 19:15:03 -08:00
Ryan Nowak
6754d186bb
Fix issue with blob publishing
...
The build is currently failing during publishing to the dotnet-core blob
feed. I think the reason why it's failing is that we're trying to
publish assets for multiple platforms/configurations. We only care about
publishing windows/release.
2018-12-04 17:38:13 -08:00
Ryan Nowak
d38687acf2
PR feedback
2018-12-04 14:08:21 -08:00
Ryan Nowak
1e57e5950e
Add asset publishing
...
Adds asset publishing to dotnet-core blob feed to our builds. Based on
instructions at
https://github.com/dotnet/arcade/blob/master/Documentation/DependencyFlowOnboarding.md
2018-12-04 14:08:21 -08:00
Nate McMaster
bff3806e01
Capture VSIX and MPack build artifacts ( #8 )
2018-12-04 11:40:11 -08:00
Ryan Nowak
f30f546605
Workaround for dotnet/arcade#1425
...
Using msbuild.exe to publish assets is failing due to assembly load
issues. Running publishing as a separate command under dotnet msbuild
seems to help.
2018-12-03 11:25:27 -08:00
Ryan Nowak
68fd301806
Another attempt to work around Linux locale issue
2018-12-01 18:21:04 -08:00
Ryan Nowak
694924c83a
Add Symbol publishing
2018-12-01 17:56:38 -08:00
Ryan Nowak
619edb89d7
try to workaround linux issue
2018-12-01 17:52:36 -08:00
Ryan Nowak
409618521f
Merged PR 304: Enable local builds with dotnet/Arcade
...
[WIP] Enable local builds with dotnet/Arcade
2018-12-02 00:25:55 +00:00