Skip to content

Commit

Permalink
Update appveyor.yml to include LibGit2Sharp
Browse files Browse the repository at this point in the history
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
  • Loading branch information
Still34 committed Aug 2, 2020
1 parent 862610c commit 3c550e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ before_build:
- cmd: dotnet restore
after_build:
- ps: dotnet build -c Release -o "..\output"
- ps: Get-ChildItem output -Recurse -Filter LastModifiedPostProcessor.dll | % { Push-AppveyorArtifact $_.FullName }
- ps: Get-ChildItem -Recurse | Where-Object { $_.Name -match "LibGit2Sharp" -or $_.Name -match "LastModified" } | ForEach-Object { Push-AppveyorArtifact $_.FullName }

0 comments on commit 3c550e6

Please sign in to comment.