[PR #65] [CLOSED] Dockertest #211

Open
opened 2026-01-29 16:31:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/65
Author: @clemensv
Created: 8/29/2018
Status: Closed

Base: masterHead: dockertest


📝 Commits (6)

📊 Changes

99 files changed (+1738 additions, -9 deletions)

View changed files

Directory.Build.props (+3 -0)
Packaging.Targets.Tests/Directory.Build.props (+3 -0)
Packaging.Targets/Directory.Build.props (+3 -0)
📝 Packaging.Targets/Packaging.Targets.csproj (+0 -1)
demo/Directory.Build.props (+3 -0)
📝 demo/demo.csproj (+4 -4)
dotnet-deb/Directory.Build.props (+3 -0)
📝 dotnet-deb/dotnet-deb.csproj (+0 -1)
📝 dotnet-packaging.sln (+5 -0)
dotnet-rpm/Directory.Build.props (+3 -0)
📝 dotnet-rpm/dotnet-rpm.csproj (+0 -1)
dotnet-tarball/Directory.Build.props (+3 -0)
📝 dotnet-tarball/dotnet-tarball.csproj (+0 -1)
dotnet-zip/Directory.Build.props (+3 -0)
📝 dotnet-zip/dotnet-zip.csproj (+0 -1)
test/Directory.Build.props (+3 -0)
test/NuGet.config (+10 -0)
test/Test.proj (+21 -0)
test/docker/.dockerignore (+10 -0)
test/docker/Directory.Build.props (+3 -0)

...and 79 more files

📄 Description

Baseline for a docker based set of tests. Will discuss offline.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/65 **Author:** [@clemensv](https://github.com/clemensv) **Created:** 8/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dockertest` --- ### 📝 Commits (6) - [`359e7df`](https://github.com/quamotion/dotnet-packaging/commit/359e7dfa34a4d544a613f4da1d6c2c3c7ab7c96d) docker test updates - [`4ec61fd`](https://github.com/quamotion/dotnet-packaging/commit/4ec61fdbe76d95b640b2f472775b871359ee56bf) docker tests - [`7fbb415`](https://github.com/quamotion/dotnet-packaging/commit/7fbb4155df9a2c35f6d3811873f4db3e793e5e39) remove stray packages - [`23b4cb6`](https://github.com/quamotion/dotnet-packaging/commit/23b4cb6d77abacd07e5fd8734056fe32288a1283) only build the images branch from root - [`329f1e6`](https://github.com/quamotion/dotnet-packaging/commit/329f1e602ad34e0f9eb2aa998191c02b6c44bd3e) call tests - [`82e508f`](https://github.com/quamotion/dotnet-packaging/commit/82e508fd8e624d3f4ea001823a6fd186648b832e) propagate version, installer fixes ### 📊 Changes **99 files changed** (+1738 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `Directory.Build.props` (+3 -0) ➕ `Packaging.Targets.Tests/Directory.Build.props` (+3 -0) ➕ `Packaging.Targets/Directory.Build.props` (+3 -0) 📝 `Packaging.Targets/Packaging.Targets.csproj` (+0 -1) ➕ `demo/Directory.Build.props` (+3 -0) 📝 `demo/demo.csproj` (+4 -4) ➕ `dotnet-deb/Directory.Build.props` (+3 -0) 📝 `dotnet-deb/dotnet-deb.csproj` (+0 -1) 📝 `dotnet-packaging.sln` (+5 -0) ➕ `dotnet-rpm/Directory.Build.props` (+3 -0) 📝 `dotnet-rpm/dotnet-rpm.csproj` (+0 -1) ➕ `dotnet-tarball/Directory.Build.props` (+3 -0) 📝 `dotnet-tarball/dotnet-tarball.csproj` (+0 -1) ➕ `dotnet-zip/Directory.Build.props` (+3 -0) 📝 `dotnet-zip/dotnet-zip.csproj` (+0 -1) ➕ `test/Directory.Build.props` (+3 -0) ➕ `test/NuGet.config` (+10 -0) ➕ `test/Test.proj` (+21 -0) ➕ `test/docker/.dockerignore` (+10 -0) ➕ `test/docker/Directory.Build.props` (+3 -0) _...and 79 more files_ </details> ### 📄 Description Baseline for a docker based set of tests. Will discuss offline. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#211