Skip to content
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

Use artifacts folder for builds #4504

Merged
merged 12 commits into from May 14, 2024
Merged

Use artifacts folder for builds #4504

merged 12 commits into from May 14, 2024

Conversation

MaceWindu
Copy link
Contributor

@MaceWindu MaceWindu commented May 11, 2024

  • use single artifacts folder .build (.NET 8 SDK feature)
  • update batches to use dotnet command instead of msbuild
  • move nugets build to artifacts folder
  • [User]DataProviders.json files moved to root to not change file discovery logic. Don't forget to copy your UserDataProviders.json file there

TODO: update linq2db.FSharp nuspec/project after merge to parser

Note that I didn't removed old folders filters from .gitigore (bin/obj/builtnuget) as it will be quite annoying to reset folder each time you switch between old- and new-style branches till it became history

BTW, that's amazing how simple task of nuget creation with nuspec is still not possible with dotnet command: NuGet/Home#4254

@MaceWindu MaceWindu added this to the 6.0.0-preview.1 milestone May 11, 2024
@MaceWindu MaceWindu changed the base branch from master to version_6 May 11, 2024 16:44
…older

# Conflicts:
#	Build/Azure/pipelines/templates/build-job.yml
#	Build/Azure/pipelines/templates/nuget-job.yml
#	NuGet/Pack.cmd
#	NuGet/linq2db.AspNet.nuspec
#	Source/LinqToDB.Extensions/LinqToDB.Extensions.csproj
@MaceWindu
Copy link
Contributor Author

/azp run test-all

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MaceWindu
Copy link
Contributor Author

/azp run test-all

@MaceWindu MaceWindu marked this pull request as ready for review May 12, 2024 12:19
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MaceWindu
Copy link
Contributor Author

/azp run test-all

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@linq2dbot
Copy link

Test baselines changed by this PR. Don't forget to merge/close baselines PR after this pr merged/closed.

@MaceWindu
Copy link
Contributor Author

/azp run test-all

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MaceWindu MaceWindu merged commit bbafdc3 into version_6 May 14, 2024
66 checks passed
@MaceWindu MaceWindu deleted the inra/artifacts-folder branch May 14, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants