-
-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait for AppVeyor process to exit #1241
Comments
devlead
added a commit
to devlead/cake
that referenced
this issue
Sep 19, 2016
* aslo validates exit code * added sample code * fixes cake-build#1241
devlead
added a commit
to devlead/cake
that referenced
this issue
Sep 26, 2016
* aslo validates exit code * added sample code * fixes cake-build#1241
patriksvensson
added a commit
that referenced
this issue
Sep 28, 2016
vip32
added a commit
to vip32/cake
that referenced
this issue
Oct 14, 2016
octo channel tests added + some more octo.exe settings to start a deployment after creating the release. http://docs.octopusdeploy.com/display/OD/Creating+releases Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 comment fix another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code Change to use AnyCPU to address mono issue This fixes cake-build#1247, because issue in .NET Core tooling AnyCPU needs to be specified (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151
vip32
added a commit
to vip32/cake
that referenced
this issue
Oct 14, 2016
octo channel tests added + some more octo.exe settings to start a deployment after creating the release. http://docs.octopusdeploy.com/display/OD/Creating+releases Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 comment fix another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code Change to use AnyCPU to address mono issue This fixes cake-build#1247, because issue in .NET Core tooling AnyCPU needs to be specified (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151 Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151
vip32
added a commit
to vip32/cake
that referenced
this issue
Oct 14, 2016
octo channel tests added + some more octo.exe settings to start a deployment after creating the release. http://docs.octopusdeploy.com/display/OD/Creating+releases Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 comment fix another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code Change to use AnyCPU to address mono issue This fixes cake-build#1247, because issue in .NET Core tooling AnyCPU needs to be specified (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151 Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151 comment fix octo channel tests added + some more octo.exe settings to start a deployment after creating the release. http://docs.octopusdeploy.com/display/OD/Creating+releases Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 comment fix another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code Change to use AnyCPU to address mono issue This fixes cake-build#1247, because issue in .NET Core tooling AnyCPU needs to be specified (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151 Waiting for AppVeyor process to exit * aslo validates exit code * added sample code * fixes cake-build#1241 another channel comment fix settings again Corrects the grammar "do/does" in exception messages and tests Removed unused integration test code (build) Updated version and release notes Fixed unquoted VSTest settings file, now using AppendSwitch* Removed erroneous apostrophes Added % to alphanumeric chars allowed in glob Adds /LogFile parameter to DotCoverSettings Solves cake-build#1151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently appveyor.exe isn't awaited in UploadArtifact, UpdateBuildVersion or AddMessage.
The text was updated successfully, but these errors were encountered: