Skip to content

Commit ee94b11

Browse files
Oren NovotnyJakeGinnivan
authored andcommitted
fix path in yml
1 parent c3ab9e6 commit ee94b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build_script:
2424
- cmd: 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" .\build\NuGetCommandLineBuild\Tools\*.*
2525
- cmd: appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
2626

27-
- cmd: 7z a "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip" .\GitVersionVsoTaskBuild\*.*
27+
- cmd: 7z a "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip" .\build\GitVersionVsoTaskBuild\*.*
2828
- cmd: appveyor PushArtifact "GitVersionVsoBuildStep_%GitVersion_NuGetVersion%.zip"
2929

3030
test_script:

0 commit comments

Comments
 (0)