Skip to content

Commit 770f4e3

Browse files
committed
Removed output paths
1 parent 2d1d892 commit 770f4e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ build:
1818
project: ConventionTests.sln
1919

2020
after_build:
21-
- cmd: ECHO nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
22-
- cmd: nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
23-
- cmd: ECHO nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
24-
- cmd: nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -OutputDir build\Artifacts -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
21+
- cmd: ECHO nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
22+
- cmd: nuget pack TestStack.ConventionTests\TestStack.ConventionTests.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests\bin\%CONFIGURATION%
23+
- cmd: ECHO nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
24+
- cmd: nuget pack TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.nuspec -version "%GitVersion_NuGetVersion%" -BasePath TestStack.ConventionTests.Autofac\bin\%CONFIGURATION%
2525

26-
- cmd: appveyor PushArtifact "build\Artifacts\TestStack.ConventionTests.%GitVersion_NuGetVersion%.nupkg"
27-
- cmd: appveyor PushArtifact "build\Artifacts\TestStack.ConventionTests.Autofac.%GitVersion_NuGetVersion%.nupkg"
26+
- cmd: appveyor PushArtifact "TestStack.ConventionTests.%GitVersion_NuGetVersion%.nupkg"
27+
- cmd: appveyor PushArtifact "TestStack.ConventionTests.Autofac.%GitVersion_NuGetVersion%.nupkg"

0 commit comments

Comments
 (0)