Skip to content

Commit 1734c23

Browse files
Updated script
1 parent 35cc472 commit 1734c23

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
@@ -14,7 +14,7 @@ build_script:
1414
- ps: MSBuild -restore /v:m /p:configuration=Release /p:ContinuousIntegrationBuild=true /p:Version=$($env:appveyor_build_version)
1515

1616
artifacts:
17-
- path: src\**\*$($env:appveyor_build_version).nupkg
17+
- path: src\**\*$(APPVEYOR_BUILD_VERSION).nupkg
1818
name: NuGet package
1919

2020
deploy:

0 commit comments

Comments
 (0)