mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #761] No release version #504
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#504
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Trixelit on GitHub (Mar 18, 2019).
Original GitHub issue: https://github.com/quasar/Quasar/issues/761
When I build it using vs 2017, it ONLY builds the debug version. How do I get the release version?
Expected behavior
The release version to be in the bin\ folder
System
@MaxXor commented on GitHub (Mar 18, 2019):
This should help you: https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-set-debug-and-release-configurations?view=vs-2017
@Trixelit commented on GitHub (Mar 18, 2019):
Thank you!
It works now :)