We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2134c commit e957173Copy full SHA for e957173
1 file changed
appveyor.yml
@@ -39,12 +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
-
43
44
- #curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
45
46
- ./test/test.sh
47
+ #curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
+ ./test/test.sh
48
artifacts:
49
- path: '**\GridDomain.*.nupkg'
50
name: Packages
0 commit comments