-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish projects to individual folders rather than publishing the who…
…le solution to one folder (fixes #974) (#975) * .build/runbuild.ps1: Removed zipPublishedArtifacts and publishedArtifactZipFileName parameters because they are not in use * .build/runbuild.ps1: Changed publish command to put the output into project-specific folders. --output for publish is no longer supported. See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid * run-tests-on-os.yml: Don't copy the test binaries. We put them in separate directories during publish instead. * azure-pipelines.yml: Removed publish from the PSake run. We will be publishing in the pipeline, instead. * publish-test-binaries.yml: Added dotnet publish command to build the test binaries before uploading as artifacts and to delete them after uploaded to save disk space. * LuceneDocsPlugins.csproj: Don't publish if not on net8.0 * lucene-cli.csproj: Don't publish if not net8.0 or net6.0 * azure-pipelines.yml: Added task to delete nuget artifacts from the build agent after they have been published to the pipeline * azure-pipelines.yml: Cleaned up environment variable usage * .github/workflows: Removed Lucene-Net-Dependency-Conflict-Warning.yml, since we are now publishing projects to individual directories. See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid * azure-pipelines.yml: Setup BuildPlatform env variable for current pipeline
- Loading branch information
1 parent
9b1a2a5
commit 7f12474
Showing
8 changed files
with
74 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
.github/workflows/Lucene-Net-Dependency-Conflict-Warning.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters