We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e957173 commit 96f4804Copy full SHA for 96f4804
1 file changed
appveyor.yml
@@ -39,8 +39,8 @@ build_script:
39
dotnet pack GridDomain.sln /p:Version=$APP_VERSION /p:FileVersion=$FILE_VERSION /p:InformationVersion="$INFORMATIONAL_VERSION" -c Release -v Quiet --include-symbols --include-source --no-build /l:"/opt/appveyor/build-agent/AppVeyor.MSBuildLogger.dll"
40
test_script:
41
- sh: |
42
- #curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
43
- ./test/test.sh
+ #curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
+ ./test/test.sh
44
artifacts:
45
- path: '**\GridDomain.*.nupkg'
46
name: Packages
0 commit comments