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 9d4af5b commit dd23e69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ 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 dd23e69

Please sign in to comment.