Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Build as Release on CI (Travis and AppVeyor) #199

Merged
merged 2 commits into from
Mar 10, 2017
Merged

Conversation

natemcmaster
Copy link
Contributor

They are currently building as 'Debug'

https://docs.travis-ci.com/user/environment-variables/
https://www.appveyor.com/docs/environment-variables/
-->
<Configuration Condition="'$(Configuration)' == '' AND '$(CI)' == 'true'">Release</Configuration>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be above the previous line. Configuration remains Debug as you've got it.

@natemcmaster
Copy link
Contributor Author

(facepalm) good catch. 🆙 📅

@natemcmaster natemcmaster merged commit 9b67d63 into dev Mar 10, 2017
@natemcmaster natemcmaster deleted the namc/release branch March 10, 2017 20:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants