BasicAuth bezieht Realm aus dem Validator. DNS Resolve für E-Mail Validierung geändert. Moq-Package hinzugefügt.
This commit is contained in:
7
build.sh
7
build.sh
@@ -28,3 +28,10 @@ dotnet build -c ${CONFIGURATION} --nologo --no-incremental
|
||||
mv bin/${CONFIGURATION}/*.nupkg ../artifacts
|
||||
mv bin/${CONFIGURATION}/*.snupkg ../artifacts
|
||||
popd
|
||||
|
||||
pushd AMWD.Common.Moq
|
||||
rm -rf bin
|
||||
dotnet build -c ${CONFIGURATION} --nologo --no-incremental
|
||||
mv bin/${CONFIGURATION}/*.nupkg ../artifacts
|
||||
mv bin/${CONFIGURATION}/*.snupkg ../artifacts
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user