Commit c5744b1a authored by Dan Davison's avatar Dan Davison

Merge branch 'ml-update-nuget-repo-qa-test' into 'master'

Update nuget test - template now uses .net 5.0

See merge request gitlab-org/gitlab!54519
parents 9873cd80 ff5af71a
...@@ -54,7 +54,7 @@ module QA ...@@ -54,7 +54,7 @@ module QA
{ {
file_path: '.gitlab-ci.yml', file_path: '.gitlab-ci.yml',
content: <<~YAML content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1 image: mcr.microsoft.com/dotnet/sdk:5.0
stages: stages:
- deploy - deploy
...@@ -102,7 +102,7 @@ module QA ...@@ -102,7 +102,7 @@ module QA
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>net5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
...@@ -115,7 +115,7 @@ module QA ...@@ -115,7 +115,7 @@ module QA
{ {
file_path: '.gitlab-ci.yml', file_path: '.gitlab-ci.yml',
content: <<~YAML content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1 image: mcr.microsoft.com/dotnet/sdk:5.0
stages: stages:
- install - install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment