Skip to content

Commit 96f4804

Browse files
committed
fix yaml
1 parent e957173 commit 96f4804

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ build_script:
3939
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"
4040
test_script:
4141
- sh: |
42-
#curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
43-
./test/test.sh
42+
#curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
43+
./test/test.sh
4444
artifacts:
4545
- path: '**\GridDomain.*.nupkg'
4646
name: Packages

0 commit comments

Comments
 (0)