Skip to content

Commit

Permalink
fixes to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Doroshenko committed Aug 25, 2022
1 parent f6e3b36 commit b0671ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: darenm/Setup-VSTest@v1

- name: Test
run: vstest.console.exe \_built\*Test.dll
run: vstest.console.exe \_built\*Tests.dll

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ Include Toolbox consists of 4 different tools. All of them are only applicable t
![](/art/igraph.png)**[Tool Window]** ~~Include Graph~~

## Links
[Open VSIX Gallery](https://www.vsixgallery.com/extension/IncludeToolbox2019.1431faa5-aa04-47af-8289-9d887e0696a4)

[Open VSIX Gallery 2019](https://www.vsixgallery.com/extension/IncludeToolbox2019.1431faa5-aa04-47af-8289-9d887e0696a4)

[Open VSIX Gallery 2022](https://www.vsixgallery.com/extension/IncludeToolbox2022.d3cba4fe-8d65-479b-8436-18d743ee7b53)

Marketplace(tbd)

[Version History](/doc/changelog.md)

# Tools in Detail
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* DTE support removed
* Cleaned up utils
* Added tests for Lex and Parser and test steps in building pipeline
\*BREAKING CHANGES\** Unified pragmas with IWYU
* \*BREAKING CHANGES\* Unified pragmas with IWYU
* 3.1.22
* New Include Format parsing, performed using project Lexer
* Small fixes and DTE reduction
Expand Down

0 comments on commit b0671ad

Please sign in to comment.