-
Notifications
You must be signed in to change notification settings - Fork 2
Adapt build.cake for teamcity. Make project buildable, add 'Fortis.' … #2
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| </ItemGroup> | ||
| <ItemGroup> | ||
| <PackageReference Include="NUnit3TestAdapter" Version="3.13.0" /> | ||
| <PackageReference Include="System.Data.SQLite" Version="1.0.109.1" /> | ||
| <PackageReference Include="System.Data.SQLite" Version="1.0.112.2" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think that we need to update versions without necessary
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could not build with this version and also could not find it at nuget.org. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is unlisted package, but it exists on nuget.org. Upstream appveyor biuld it (me too). So I disagree with version update.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see it now. Ok |
||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="..\EventFlow.SQLite\EventFlow.SQLite.csproj" /> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to get prefix somewhere outside?
My idea is push these changes to upstream to allow other contributors to create own teamcity build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. It's not. Only in csproj files or here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or maybe, replace this property in cake, at build time...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should have discussed your ideas beforehand.
May be it worth creating separate cake file for TeamCity then