-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Wallymathieu upgrade to vs2017 format #948
Wallymathieu upgrade to vs2017 format #948
Conversation
The build pipeline is now failing. Additionally I can no longer build the solution locally. See the error output below. I'm closing the PR. Feel free to work on it and reopen #860 if you feel strongly that this is something that should be merged @wallymathieu
|
The error says that you don't have a recent enough msbuild version. What probably should be done then is to make sure that the image is recent enough: |
From the error it looks like there has been some additions to the csproj that have been merged in In the new format, there is no need to explicitly include c#-files for compilation. I don't feel strongly about this feature. It is mostly in order to be able to run on later .net than .net-framework. |
Tried to delete explicit includes in JiraExport.exe, but now no files are created by the build. I will have to look into this at a later time. |
That sounds odd to say the least. When I build it locally it builds into bin/release/net6 even though there is only one targetframework. Another way to compile it into a "publish" executable would be to execute :
to build into a specific folder. I guess that would imply that one would need to adjust the publish flow for both tools. |
This time it complains on a missing jira-export.dll, probably because for .net. we get more files than for .net than framework. Perhaps it would be better to add Those should files without extensions will have the extension exe on Windows. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
a5521ca
to
95afa45
Compare
95afa45
to
00b2c87
Compare
00b2c87
to
dfb3c84
Compare
d3c03bf
to
256b6de
Compare
Quality Gate passedIssues Measures |
Supersedes #860