Skip to content

Commit

Permalink
Build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed May 5, 2020
1 parent 419a884 commit d4d7b92
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Build Version
id: version
uses: thefringeninja/[email protected]
with:
tag-prefix: v
- name: Build
run: dotnet build --configuration Release TinyIoC.sln
- name: Run Tests
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ src/.vs/TinyIoC/DesignTimeBuild/.dtbcache.v2
.idea/.idea.TinyIoC/.idea/

.DS_Store

artifacts/
File renamed without changes.
1 change: 0 additions & 1 deletion tests/TinyIoC.Tests/TinyMessengerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace TinyIoC.Tests
{

[TestClass]
public class TinyMessengerTests
{
Expand Down

0 comments on commit d4d7b92

Please sign in to comment.