Skip to content

Commit 418870b

Browse files
committed
include authapp into the build
1 parent fbf8d16 commit 418870b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nuget:
1919

2020
build_script:
2121
- ps: dotnet restore CometD.NetCore.Salesforce.sln -v quiet
22-
- ps: dotnet build src/CometD.NetCore.Salesforce/ /p:configuration=Release /p:Version=$($env:appveyor_build_version)
22+
- ps: dotnet build CometD.NetCore.Salesforce.sln /p:configuration=Release /p:Version=$($env:appveyor_build_version)
2323

2424
test: off
2525
# test_script:

0 commit comments

Comments
 (0)