Commit Graph

189 Commits

Author SHA1 Message Date
John Luo 8dfc6a00e5 Use installed shared framework version during deps file generation
instead of the shared framework version bundled with the SDK
2017-07-17 15:05:07 -07:00
John Luo 459f453cd4 Pin runtime version for generated deps files 2017-07-14 19:10:58 -07:00
Kiran Challa 80d8e8a7cd Adding RuntimeFrameworkVersion to the RepoTasks.csproj 2017-07-13 12:15:53 -07:00
John Luo 1d2b560dfa Update no-timestamp versions 2017-07-11 15:40:50 -07:00
Ryan Brandenburg 49869df2f8 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:39:05 -07:00
Nate McMaster 78e57397a0 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:25 -07:00
John Luo bb1d80be2a Create common manifest file
This will trim additional packages such as runtime.win-arm64.runtime.native.system.data.sqlclient.sni
2017-07-03 18:36:30 -07:00
John Luo 7162fe2371 Clarify installer error message 2017-06-30 16:35:42 -07:00
John Luo eb1f72c369 Installer generation updates 2017-06-29 16:52:49 -07:00
John Luo cb246ae45b Use specified signed runtime store archives when available for installers 2017-06-29 11:51:30 -07:00
Pranav K 9b0943efdd Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 10:05:32 -07:00
Nate McMaster 812495f32d Remove SQLitePCLRaw workaround 2017-06-28 15:02:42 -07:00
Ryan Brandenburg a408be3eb5 Remove NetStandard.Library.NETFramework 2017-06-27 14:00:47 -07:00
Nate McMaster 584b36318e Workaround issue caused by importing Internal.AspNetCore.Sdk into KoreBuild (#178) 2017-06-26 19:07:36 -07:00
= 23757a0079 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-23 17:18:58 -07:00
= 6f762fe478 Update RPM installation directory 2017-06-23 17:18:08 -07:00
John Luo 0e4db81898 Remove dotnet-archive and Microsoft.Dotnet.Archive 2017-06-23 11:23:55 -07:00
= 7d3461eed4 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-21 17:10:08 -07:00
Stephen Halter 2d1a4e33af Remove Kestrel.Transport.Sockets (#170) 2017-06-21 14:59:25 -07:00
= fc502c7645 Set license to Apache 2.0 2017-06-21 11:09:32 -07:00
= 31f9f8b436 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-20 14:03:26 -07:00
= dfd7929746 Build RPM installers 2017-06-20 13:57:40 -07:00
= bf1e1de976 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-19 18:36:38 -07:00
John Luo 89a2dadfca Remove ViewCompilation from publish manifests 2017-06-19 18:12:12 -07:00
Nate McMaster 02e4933f49 Remove scaffolding packages 2017-06-15 14:28:50 -07:00
Nate McMaster 29133d4d44 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-15 14:13:25 -07:00
Nate McMaster 531cdd5936 Revert to SQLitePCLRaw 1.1.3 2017-06-15 14:12:26 -07:00
Chris R 83e39a1c67 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-15 13:41:01 -07:00
Chris R 3326b3ed2a #157 Remove DockerSecrets 2017-06-15 12:55:46 -07:00
John Luo 4a779545a4 Build .deb installers 2017-06-15 11:17:00 -07:00
John Luo 07a227f2e8 Build .deb installers 2017-06-15 10:28:16 -07:00
John Luo 0465f65ea0 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-12 12:25:13 -07:00
John Luo 512195247a Update DiaSymReader path update
MSBuild doesn't update environment variables when called through MSBuild Target
2017-06-12 12:23:16 -07:00
John Luo 41f211f3a7 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-09 11:51:09 -07:00
John Luo d58bcba814 Re-enable symbols generation on x86 2017-06-07 19:50:07 -07:00
= a182494f17 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 18:11:15 -07:00
= e055aaa72f Fix typo 2017-06-07 18:10:56 -07:00
= 123125f405 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 17:23:59 -07:00
= 0e3f19e3bf Skip symbol zips when no symbols are produced 2017-06-07 17:23:29 -07:00
Mike Harder 8766528470 Update shared framework version to 2.0.0-preview2-25407-01 2017-06-07 17:15:39 -07:00
= 88eb593c4f Fix PackageCache builds
No symbols are generated for macOS

Add environment variable to pass additional arguments to dotnet store
2017-06-07 17:03:55 -07:00
= 859177479c Fix PackageCache builds
No symbols are generated for macOS

Add environment variable to pass additional arguments to dotnet store
2017-06-07 17:01:29 -07:00
John Luo fe6a3a6653 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 11:47:46 -07:00
John Luo 4f67914e3a Re-enable building symbols for runtime store
By adding Microsoft.DiaSymReader.Native.*.dll to the path
2017-06-07 11:44:18 -07:00
Pavel Krymets a59cb93703 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 11:35:45 -07:00
Pavel Krymets 8fa5e96516 React to Logging.Configuration package addition (#146) 2017-06-07 11:34:43 -07:00
Pavel Krymets f7a1d98e31 Revert "React to Logging.Configuration package addition (#146)"
This reverts commit 108df3eb24.
2017-06-07 11:34:07 -07:00
Pavel Krymets 108df3eb24 React to Logging.Configuration package addition (#146) 2017-06-07 11:33:05 -07:00
Javier Calvarro Nelson 96bc5de217 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 10:17:44 -07:00
Javier Calvarro Nelson 2fe2c32497 Remove identity service packages from the metapackage 2017-06-07 10:12:01 -07:00