Skip to content

Commit

Permalink
another typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanie Reynders committed Jan 28, 2019
1 parent 9b37b5f commit df2feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_script:
- ps: (Get-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj
- ps: (Get-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj
- ps: (Get-Content xscgen\xscgen.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content xscgen\xscgen.csproj
- ps: (Get-Content xscgen-csproj\dotnet-xscgen.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content dotnet-xscgen\dotnet-xscgen.csproj
- ps: (Get-Content dotnet-xscgen\dotnet-xscgen.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content dotnet-xscgen\dotnet-xscgen.csproj
- dotnet --info
- dotnet restore
- dotnet build -c Release
Expand Down

0 comments on commit df2feee

Please sign in to comment.