Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Jan 24, 2024
1 parent fc9b2d5 commit 69e1670
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69e1670

Please sign in to comment.