Skip to content

Commit 5e53687

Browse files
committed
adjusting appveyor
1 parent 96f4804 commit 5e53687

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ build_script:
3737
3838
dotnet build GridDomain.sln /p:Version=$APP_VERSION /p:FileVersion=$FILE_VERSION /p:InformationVersion="$INFORMATIONAL_VERSION" -c Release -v Quiet /l:"/opt/appveyor/build-agent/AppVeyor.MSBuildLogger.dll"
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"
40+
cd ..
41+
4042
test_script:
4143
- sh: |
4244
#curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

0 commit comments

Comments
 (0)