Skip to content

Commit d0ec9e9

Browse files
committed
ci: enable R# inspectcode
1 parent bc3237b commit d0ec9e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bitbucket-pipelines.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ definitions:
99
- dotnet tool restore
1010
- dotnet restore --locked-mode
1111
- dotnet build --no-restore
12-
# - dotnet jb inspectcode --config=inspectcode.config
13-
#
14-
# # create resharper inspections report
15-
# - pipe: docker://lazyboy1/resharper-inspections-bitbucket-pipe:0.3
16-
# variables:
17-
# INSPECTIONS_XML_PATH: "inspect.xml"
18-
# BITBUCKET_USERNAME: $LFB_BB_USERNAME
19-
# BITBUCKET_APP_PASSWORD: $LFB_READ_BB_APP_PASSWORD
20-
# DEBUG: "true"
12+
- dotnet jb inspectcode --config=inspectcode.config
13+
14+
# create resharper inspections report
15+
- pipe: docker://lazyboy1/resharper-inspections-bitbucket-pipe:0.3
16+
variables:
17+
INSPECTIONS_XML_PATH: "inspect.xml"
18+
BITBUCKET_USERNAME: $LFB_BB_USERNAME
19+
BITBUCKET_APP_PASSWORD: $LFB_READ_BB_APP_PASSWORD
20+
DEBUG: "true"
2121

2222
- |-
2323
dotnet test \

0 commit comments

Comments
 (0)