Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Conversation

@thefringeninja
Copy link
Contributor

No description provided.


<ItemGroup>
<PackageReference Include="Bullseye" Version="1.2.0-rc.2" />
<PackageReference Include="Bullseye" Version="1.2.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 2.1.0.

<ItemGroup>
<PackageReference Include="Bullseye" Version="1.2.0-rc.2" />
<PackageReference Include="Bullseye" Version="1.2.0" />
<PackageReference Include="SimpleExec" Version="2.3.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, this can be bumped to 3.0.0.

build.sh Outdated
docker build \
--build-arg TRAVIS_OS_NAME=$TRAVIS_OS_NAME \
--build-arg TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER \
--build-arg MYGET_API_KEY=$MYGET_API_KEY .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One problem here is that arguments supplied to build.sh are not being passed through. That needs to happen if you want to pass any args to Bullseye, otherwise you're missing out on all this. build.cmd has the same problem.

Dockerfile Outdated
WORKDIR /

RUN TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER MYGET_API_KEY=$MYGET_API_KEY dotnet run --project build/build.csproj
RUN TRAVIS_OS_NAME=$TRAVIS_OS_NAME TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER MYGET_API_KEY=$MYGET_API_KEY dotnet run --project build/build.csproj
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise, any remaining args need to be passed through to Bullseye here, otherwise you cannot pass any args to Bullseye from build.sh.

@thefringeninja thefringeninja force-pushed the chicago-bullseye branch 2 times, most recently from f8aa1e7 to 691b8da Compare November 6, 2018 08:20
@adamralph adamralph mentioned this pull request Nov 6, 2018
46 tasks
@thefringeninja thefringeninja changed the title Update to Bullseye 2.1.0 Update Build Scripts Nov 6, 2018
@thefringeninja thefringeninja merged commit a3ef56b into SQLStreamStore:master Nov 6, 2018
@thefringeninja thefringeninja deleted the chicago-bullseye branch November 6, 2018 11:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants