Skip to content
Snippets Groups Projects
Commit 9775e187 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Build: removed line

parent c4f5f95e
No related branches found
No related tags found
1 merge request!23Build: removed line
......@@ -232,7 +232,6 @@ Task("GitlabRelease")
Information("Description: {0}", description);
// create tag
client.DefaultRequestHeaders.Add("PRIVATE-TOKEN", gitlabToken);
result = client.PostAsync($"https://git.rwth-aachen.de/api/v4/projects/{gitlabProjectId}/repository/tags?tag_name=v{semanticVersion}&ref=master", null).Result;
Information("Create tag: {0}", result.Content.ReadAsStringAsync().Result);
if(!result.IsSuccessStatusCode) {
......
......@@ -11,6 +11,6 @@ using System.Reflection;
[assembly: AssemblyProduct("ExampleProject.Tests")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")]
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
......@@ -11,6 +11,6 @@ using System.Reflection;
[assembly: AssemblyProduct("ExampleProject.cmd")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")]
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
......@@ -11,6 +11,6 @@ using System.Reflection;
[assembly: AssemblyProduct("ExampleProject")]
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyFileVersion("1.5.0")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0075")]
[assembly: AssemblyInformationalVersion("1.5.0-topic-570-gitver0076")]
[assembly: AssemblyCopyright("2020 IT Center, RWTH Aachen University")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment