mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update auto build script
This commit is contained in:
parent
cb9bc6ad12
commit
0fefead7d5
2 changed files with 11 additions and 11 deletions
|
|
@ -9,4 +9,4 @@ $content = $content -replace '\$version\$',$versionStr
|
|||
|
||||
$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
|
||||
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: AssemblyInfo.*
|
||||
assembly_version: "{version}"
|
||||
assembly_file_version: "{version}"
|
||||
assembly_informational_version: "{version}"
|
||||
patch: true
|
||||
file: AssemblyInfo.*
|
||||
assembly_version: "{version}"
|
||||
assembly_file_version: "{version}"
|
||||
assembly_informational_version: "{version}"
|
||||
|
||||
build:
|
||||
project: Wox.sln
|
||||
|
||||
after_test:
|
||||
ps: .\nuget\pack.ps1
|
||||
ps: .\deploy\nuget\pack.ps1
|
||||
|
||||
deploy:
|
||||
provider: NuGet
|
||||
api_key:
|
||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||
artifact: /.*\.nupkg/
|
||||
provider: NuGet
|
||||
api_key:
|
||||
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
|
||||
artifact: /.*\.nupkg/
|
||||
|
|
|
|||
Loading…
Reference in a new issue