mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-17 05:45:08 +00:00
[PR #77] [MERGED] Add deployment unit test #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/77
Author: @qmfrederik
Created: 9/4/2018
Status: ✅ Merged
Merged: 9/5/2018
Merged by: @qmfrederik
Base:
master← Head:fixes/more-tests📝 Commits (5)
3e0cae1Run unit tests to verify deploymentad07916Consolidate on .NET Core 2.1f5ca78cCopy config files to publish directoryfd72d9dBuild netcoreapp2.138f2c49Don't fail when AssemblyRunner.Dispose throws📊 Changes
18 files changed (+228 additions, -16 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
appveyor.yml(+2 -2)📝
demo/aspnetcore/demo.csproj(+2 -2)📝
demo/cliscd/Program.cs(+78 -2)➕
demo/cliscd/Tests.cs(+45 -0)📝
demo/cliscd/centos.7-x64/reference.txt(+7 -0)📝
demo/cliscd/cliscd.csproj(+23 -8)📝
demo/cliscd/cliscd.machine.config(+3 -0)📝
demo/cliscd/cliscd.user.config(+3 -0)📝
demo/cliscd/debian.8-x64/reference.txt(+7 -0)📝
demo/cliscd/debian.9-x64/reference.txt(+7 -0)📝
demo/cliscd/fedora.27-x64/reference.txt(+7 -0)📝
demo/cliscd/fedora.28-x64/reference.txt(+7 -0)📝
demo/cliscd/ol.7-x64/reference.txt(+7 -0)📝
demo/cliscd/opensuse.42.3-x64/reference.txt(+7 -0)📝
demo/cliscd/ubuntu.14.04-x64/reference.txt(+7 -0)📝
demo/cliscd/ubuntu.16.04-x64/reference.txt(+7 -0)📝
demo/cliscd/ubuntu.18.04-x64/reference.txt(+7 -0)📄 Description
This PR updates the
cliscdapp so that it runs xUnit tests when the app starts.These tests are used to verify the app has been installed/deployed correct. This includes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.