From 69e167059088d46e6f00fe72d278537d5e574568 Mon Sep 17 00:00:00 2001 From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:51:59 +0530 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 0d4f9b79..1a97b474 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -75,12 +75,6 @@ jobs: - name: Restore Packages run: dotnet restore src\LicenseClearingTool.sln - - - name: get nuspec version from file - shell: pwsh - run: | - $version = Get-Content version.txt | ForEach-Object { $_.split(".nuspec")[1]} - $version.Substring(0,$version.Length-1) - name: Build run: msbuild -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog src\LicenseClearingTool.sln