Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 989 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 989 Bytes

Build Status

Branch Status
master Master Build Status
develop Develop Build Status

Building Dax Studio

All of the dependencies for DAX Studio are available as nuget packages, so doing a nuget restore should be enough to build this solution in Visual Studio 2022

When preparing to make changes in order to submit a pull request you should create a feature branch off the develop branch. The develop branch contains the current development build of the code including any new features. The master branch only contains the code for the last stable release. (we merge from develop to master when doing a public release)

See the following for details about debugging DAX Studio