The-Standard-Organization / ADotNet

ADotNet is a.NET library that enables software engineers on the .NET platform to develop AzureDevOps pipelines and Git Actions in C#.
98 stars 34 forks source link

CODE RUB: Cleanup add git tag tasks #65

Closed Catalin-Andronie closed 1 year ago

Catalin-Andronie commented 1 year ago

Closes #58

This PR makes next changes:

  1. Removes:
- tags:
-  - RELEASE
  1. Amends:
- github.ref_name == 'RELEASE'
+ startsWith(github.ref_name, 'RELEASE')
  1. Updates dotnet version
    - name: Setup .Net
      uses: actions/setup-dotnet@v1
      with:
-        dotnet-version: 7.0.100-preview.1.22110.4
+        dotnet-version: 7.0.201
-        include-prerelease: true
+        include-prerelease: false