From 934248accfab42709b2205cfde5e13139442e3cd Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Sun, 13 Jun 2021 17:02:48 +0200 Subject: [PATCH] fix Source Link --- .github/workflows/ci.yml | 1 + Directory.Build.props | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1995ff4..4cdf9bad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: tags: ["*.*.*"] pull_request: env: + ContinuousIntegrationBuild: true DOTNET_NOLOGO: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true jobs: diff --git a/Directory.Build.props b/Directory.Build.props index 133e7547..d10542e2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,6 +4,7 @@ AllEnabledByDefault true true + true