mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Update auto build script
This commit is contained in:
@@ -9,4 +9,4 @@ $content = $content -replace '\$version\$',$versionStr
|
|||||||
|
|
||||||
$content | Out-File $root\wox.plugin.nuspec
|
$content | Out-File $root\wox.plugin.nuspec
|
||||||
|
|
||||||
& $root\deploy\NuGet\NuGet.exe pack $root\deploy\nuget\wox.plugin.nuspec
|
& $root\.nuget\NuGet.exe pack $root\deploy\nuget\wox.plugin.nuspec
|
||||||
|
|||||||
20
appveyor.yml
20
appveyor.yml
@@ -1,20 +1,20 @@
|
|||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
|
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
file: AssemblyInfo.*
|
file: AssemblyInfo.*
|
||||||
assembly_version: "{version}"
|
assembly_version: "{version}"
|
||||||
assembly_file_version: "{version}"
|
assembly_file_version: "{version}"
|
||||||
assembly_informational_version: "{version}"
|
assembly_informational_version: "{version}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: Wox.sln
|
project: Wox.sln
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
ps: .\nuget\pack.ps1
|
ps: .\deploy\nuget\pack.ps1
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: NuGet
|
provider: NuGet
|
||||||
api_key:
|
api_key:
|
||||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||||
artifact: /.*\.nupkg/
|
artifact: /.*\.nupkg/
|
||||||
|
|||||||
Reference in New Issue
Block a user