Skip to content

Commit

Permalink
chore: bump Fody from 6.0.0 to 6.2.0 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 16, 2020
1 parent f5cb92a commit 04ec1a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions .appveyor.yml
Expand Up @@ -25,8 +25,8 @@ install:
- sh: sudo apt-get update && sudo apt-get install -y libgit2-dev

build_script:
- ps: .\build.ps1 --target=CI --configuration=$env:CONFIGURATION
- sh: ./build.sh --target=CI --configuration=$CONFIGURATION
- ps: .\build.ps1 --target=CI --configuration=$env:CONFIGURATION --verbosity=Diagnostic
- sh: ./build.sh --target=CI --configuration=$CONFIGURATION --verbosity=Diagnostic


cache:
Expand All @@ -40,12 +40,21 @@ for:
matrix:
only:
- image: Ubuntu
# We blank out the following environment variables
# as we do not want these tasks to be run on
# the ubuntu image.
environment:
GITHUB_PASSWORD:
GITHUB_TOKEN:
MYGET_API_KEY:
NUGET_API_KEY:
AZURE_PASSWORD:
GPR_PASSWORD:
GITTER_TOKEN:
SLACK_TOKEN:
TWITTER_CONSUMER_KEY:
TWITTER_ACCESS_TOKEN:
NUGET_API_KEY:
TWITTER_ACCESS_TOKEN_SECRET:
EMAIL_SMTPHOST:
TRANSIFEX_API_TOKEN:
WYAM_ACCESS_TOKEN:
2 changes: 1 addition & 1 deletion recipe.cake
@@ -1,4 +1,4 @@
#load nuget:https://f.feedz.io/wormiecorp/packages/nuget?package=Cake.Recipe&version=2.0.0-unstable0312&prerelease
#load nuget:https://f.feedz.io/wormiecorp/packages/nuget?package=Cake.Recipe&version=2.0.0-unstable0314&prerelease

const string WarpVersion = "0.3.0";
DirectoryPath downloadDir = (DirectoryPath)"./src/Cake.Warp/warp";
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Warp/Cake.Warp.csproj
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.0.0">
<PackageReference Include="Fody" Version="6.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 04ec1a5

Please sign in to comment.