diff --git a/Deploy/Nuget/pack.ps1 b/Deploy/Nuget/pack.ps1 index 65501f9afe..d7fc653ad2 100644 --- a/Deploy/Nuget/pack.ps1 +++ b/Deploy/Nuget/pack.ps1 @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 5c339af035..7034bb9d60 100644 --- a/appveyor.yml +++ b/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/