Use public signing in non-MicroBuild builds

This commit is contained in:
Andrew Arnott 2017-01-14 15:48:29 -08:00
Родитель 35a97f6845
Коммит dccfe9e2bb
6 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -8,14 +8,14 @@ cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'
- 'obj\tools -> tools\**'
before_build:
- ps: >-
.\init.ps1
& "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\sn.exe" -Vr *,b03f5f7f11d50a3a
- ps: .\init.ps1
build:
project: src\StreamJsonRpc.sln
parallel: true
verbosity: minimal
test_script:
- cmd: >-
%xunit20%\xunit.console.x86 "bin\Release\StreamJsonRpc.Tests\StreamJsonRpc.Tests.dll" -noshadow -html bin\release\testresults.html -xml bin\release\testresults.xml -appveyor -notrait "TestCategory=FailsInCloudTest" -nologo
artifacts:
- path: bin\**\*.nupkg
name: NuGet Package

Просмотреть файл

@ -5,7 +5,7 @@
"type": "build"
},
"MicroBuild.VisualStudio": {
"version": "2.0.33",
"version": "2.0.34",
"suppressParent": "none"
},
"MicroBuild.Core": {
@ -22,7 +22,7 @@
"suppressParent": "none"
},
"Newtonsoft.Json": "6.0.6",
"Microsoft.VisualStudio.Threading": "15.0.203"
"Microsoft.VisualStudio.Threading": "15.0.208"
},
"frameworks": {
"net45": { }

Просмотреть файл

@ -14,8 +14,8 @@
<group targetFramework="dotnet">
<dependency id="System.Reflection.TypeExtensions" version="4.0.0" />
<dependency id="Microsoft.CSharp" version="4.0.0" />
<dependency id="Microsoft.VisualStudio.Threading" version="15.0.203" />
<dependency id="Microsoft.VisualStudio.Validation" version="15.0.71" />
<dependency id="Microsoft.VisualStudio.Threading" version="15.0.208" />
<dependency id="Microsoft.VisualStudio.Validation" version="15.0.75" />
<dependency id="Newtonsoft.Json" version="6.0.6" />
<dependency id="System.Collections" version="4.0.0" />
<dependency id="System.Diagnostics.Debug" version="4.0.0" />
@ -34,7 +34,7 @@
<dependency id="System.Threading.Tasks" version="4.0.0" />
</group>
<group targetFramework="net45">
<dependency id="Microsoft.VisualStudio.Threading" version="15.0.203" />
<dependency id="Microsoft.VisualStudio.Threading" version="15.0.208" />
<dependency id="Newtonsoft.Json" version="6.0.6" />
</group>
</dependencies>

Просмотреть файл

@ -4,7 +4,7 @@
},
"dependencies": {
"MicroBuild.VisualStudio": {
"version": "2.0.33",
"version": "2.0.34",
"suppressParent": "none"
},
"MicroBuild.Core": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"dependencies": {
"MicroBuild.NonShipping": "2.0.33",
"MicroBuild.NonShipping": "2.0.34",
"Nerdbank.FullDuplexStream": "1.0.1",
"System.Collections.Immutable": "1.2.0",
"xunit": "2.1.0",

Просмотреть файл

@ -5,7 +5,7 @@
"type": "build"
},
"MicroBuild.VisualStudio": {
"version": "2.0.33",
"version": "2.0.34",
"suppressParent": "none"
},
"MicroBuild.Core": {
@ -18,7 +18,7 @@
},
"Newtonsoft.Json": "6.0.6",
"NuSpec.ReferenceGenerator": "1.4.2",
"Microsoft.VisualStudio.Threading": "15.0.203",
"Microsoft.VisualStudio.Threading": "15.0.208",
"PdbGit": "3.0.41",
"ReadOnlySourceTree": {
"version": "0.1.36-beta",